Files
gdvapi/.gitignore

63 lines
710 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
# stupid godot developers using SCons
build/
godot/
build-editor/
# Some testing files
project/*.mp4
project/*.mov