Files
gdvapi/.gitignore
paddy-exe c4641182e3 Add gitignore section for library binaries before copy
adds gitignore section to ignore library binaries before they are copied
from bin/<platform>/* to project/bin/<platform>/*
2026-06-04 15:26:41 +02:00

53 lines
592 B
Plaintext

# Godot auto generated files
*.gen.*
.godot/
# Ignore library files but not the gdextension file
/bin/**
!project/bin/*.gdextension
# Ignore scons database
.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