Files
godot-cpp-template/.gitignore
Patrick Exner f7b7820a8e Rename demo folder to project for generalizing the template usecase
Renames all references to the demo folder and changes it to "project"
2026-01-09 21:24:57 +01:00

63 lines
853 B
Plaintext

# Godot auto generated files
*.gen.*
.godot/
# Ignore library files but not the gdextension file
project/bin/*
!project/bin/android
project/bin/android/*
!project/bin/android/.gitkeep
!project/bin/linux
project/bin/linux/*
!project/bin/linux/.gitkeep
!project/bin/macos
project/bin/macos/*
!project/bin/macos/.gitkeep
!project/bin/windows
project/bin/windows/*
!project/bin/windows/.gitkeep
!project/bin/*.gdextension
.sconsign*.dblite
# Ignore custom.py
custom.py
# Ignore generated compile_commands.json
compile_commands.json
# Ignore files generated for documentation
/src/gen
# Binaries
*.o
*.os
*.so
*.obj
*.bc
*.pyc
*.dblite
*.pdb
*.lib
*.config
*.creator
*.creator.user
*.files
*.includes
*.idb
*.exp
# Other stuff
*.log
# VSCode
.vscode/*
!.vscode/extensions.json
.DS_Store
# Jetbrains
.idea/
# Cmake
cmake-build*
CMakeUserPresets.json