2024-10-03 08:28:05 +00:00
|
|
|
# Godot auto generated files
|
|
|
|
*.gen.*
|
2023-08-05 22:42:21 +00:00
|
|
|
.godot/
|
|
|
|
|
|
|
|
# Ignore library files but not the gdextension file
|
|
|
|
demo/bin/*
|
2023-10-15 17:50:01 +00:00
|
|
|
!demo/bin/android
|
|
|
|
demo/bin/android/*
|
|
|
|
!demo/bin/android/.gitkeep
|
|
|
|
!demo/bin/linux
|
|
|
|
demo/bin/linux/*
|
|
|
|
!demo/bin/linux/.gitkeep
|
|
|
|
!demo/bin/macos
|
|
|
|
demo/bin/macos/*
|
|
|
|
!demo/bin/macos/.gitkeep
|
|
|
|
!demo/bin/windows
|
|
|
|
demo/bin/windows/*
|
|
|
|
!demo/bin/windows/.gitkeep
|
2023-08-05 22:42:21 +00:00
|
|
|
!demo/bin/*.gdextension
|
|
|
|
.sconsign*.dblite
|
|
|
|
|
2023-08-17 14:25:50 +00:00
|
|
|
# Ignore custom.py
|
|
|
|
custom.py
|
|
|
|
|
|
|
|
# Ignore generated compile_commands.json
|
|
|
|
compile_commands.json
|
|
|
|
|
2024-09-29 16:59:28 +00:00
|
|
|
# Ignore files generated for documentation
|
|
|
|
/src/gen
|
|
|
|
|
2023-08-05 22:42:21 +00:00
|
|
|
# Binaries
|
|
|
|
*.o
|
|
|
|
*.os
|
|
|
|
*.so
|
|
|
|
*.obj
|
|
|
|
*.bc
|
|
|
|
*.pyc
|
|
|
|
*.dblite
|
|
|
|
*.pdb
|
|
|
|
*.lib
|
|
|
|
*.config
|
|
|
|
*.creator
|
|
|
|
*.creator.user
|
|
|
|
*.files
|
|
|
|
*.includes
|
|
|
|
*.idb
|
|
|
|
*.exp
|
|
|
|
|
|
|
|
# Other stuff
|
2023-08-17 12:31:03 +00:00
|
|
|
*.log
|
|
|
|
|
|
|
|
# VSCode
|
|
|
|
.vscode/*
|
2023-12-08 14:44:17 +00:00
|
|
|
!.vscode/extensions.json
|
|
|
|
.DS_Store
|