db-lab1/.gitignore

41 lines
325 B
Plaintext
Raw Permalink Normal View History

.vscode
.vs
pgsql
2021-10-18 15:24:34 +08:00
x64
2021-11-16 17:05:17 +08:00
/WebApp/log
2021-10-18 15:24:34 +08:00
/config.json
2021-10-21 10:13:09 +08:00
/build
2021-03-05 15:39:47 +08:00
2021-03-05 12:27:30 +08:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app