townengine/.gitignore

19 lines
160 B
Plaintext
Raw Normal View History

2024-07-29 22:20:30 +00:00
# ignore executables
*
!*.*
!*/
!Makefile
**/*.exe
2024-07-08 00:44:20 +00:00
.vs/
.vscode/
.idea/
2024-07-16 02:34:59 +00:00
.cache/
2024-07-08 00:44:20 +00:00
.build/
build/
out/
# this is created when using Conan
CMakeUserPresets.json