merged .gitignore
commit
6a5866eaff
|
@ -38,3 +38,24 @@ shooter
|
|||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
=======
|
||||
# Build folders
|
||||
out/
|
||||
build/
|
||||
cmake-build-*/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
.vs/
|
||||
CMakeSettings.json
|
||||
|
||||
# CMake
|
||||
CMakeUserPresets.json
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# Project exclude paths
|
||||
engine.log
|
||||
shooter
|
Loading…
Reference in New Issue