Files
townengine/.gitignore
2024-07-30 01:22:04 +03:00

19 lines
160 B
Plaintext

# ignore executables
*
!*.*
!*/
!Makefile
**/*.exe
.vs/
.vscode/
.idea/
.cache/
.build/
build/
out/
# this is created when using Conan
CMakeUserPresets.json