2021-09-13 15:53:43 +03:00
|
|
|
# Project exclude paths
|
|
|
|
/cmake-build-debug/
|
2023-05-19 23:13:59 +03:00
|
|
|
/cmake-build-release/
|
2024-01-09 16:35:11 +03:00
|
|
|
/engine_log.txt
|
2023-05-19 23:13:59 +03:00
|
|
|
.idea/
|
2024-01-09 16:35:11 +03:00
|
|
|
shooter
|
|
|
|
|
|
|
|
# Compiled source #
|
|
|
|
*.com
|
|
|
|
*.class
|
|
|
|
*.dll
|
|
|
|
*.exe
|
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages #
|
|
|
|
# it's better to unpack these files and commit the raw source
|
|
|
|
# git has its own built in compression methods
|
|
|
|
*.7z
|
|
|
|
*.dmg
|
|
|
|
*.gz
|
|
|
|
*.iso
|
|
|
|
*.jar
|
|
|
|
*.rar
|
|
|
|
*.tar
|
|
|
|
*.zip
|
|
|
|
|
|
|
|
# Logs and databases #
|
|
|
|
*.log
|
|
|
|
*.sql
|
|
|
|
*.sqlite
|
|
|
|
|
|
|
|
# OS generated files #
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
2024-01-09 16:39:33 +03:00
|
|
|
=======
|
2023-10-26 18:24:12 +03:00
|
|
|
# Build folders
|
|
|
|
out/
|
|
|
|
build/
|
|
|
|
cmake-build-*/
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
.vscode/
|
2023-05-19 23:13:59 +03:00
|
|
|
.idea/
|
2023-10-26 18:24:12 +03:00
|
|
|
.vs/
|
|
|
|
CMakeSettings.json
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
CMakeUserPresets.json
|
|
|
|
|
|
|
|
# MacOS
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Project exclude paths
|
2024-01-09 16:39:33 +03:00
|
|
|
engine.log
|
|
|
|
shooter
|