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