Update gitignore
parent
f7d34c4812
commit
d74fd08f58
|
@ -1,7 +1,20 @@
|
|||
# Project exclude paths
|
||||
/cmake-build-debug/
|
||||
/cmake-build-release/
|
||||
# Build folders
|
||||
out/
|
||||
build/
|
||||
cmake-build-*/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.DS_Store
|
||||
.vs/
|
||||
CMakeSettings.json
|
||||
|
||||
# CMake
|
||||
CMakeUserPresets.json
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# Project exclude paths
|
||||
engine_log.txt
|
||||
shooter
|
||||
shooter
|
||||
|
|
Loading…
Reference in New Issue