2023-08-05 22:42:21 +00:00
|
|
|
# Godot 4+ specific ignores
|
|
|
|
.godot/
|
|
|
|
|
|
|
|
# Ignore library files but not the gdextension file
|
|
|
|
demo/bin/*
|
|
|
|
!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
|
|
|
|
|
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/*
|
|
|
|
!.vscode/extensions.json
|