Files
gdvapi/.gitignore
Rhys Tumelty 52662e129b
Some checks failed
Continuous Integration / build (double, map[arch:wasm32 os:ubuntu-22.04 platform:web], template_release) (push) Has been cancelled
Continuous Integration / build (double, map[arch:x86_64 os:ubuntu-22.04 platform:linux], template_debug) (push) Has been cancelled
Continuous Integration / build (single, map[arch:arm64 os:ubuntu-22.04 platform:android], template_debug) (push) Has been cancelled
Continuous Integration / build (single, map[arch:universal os:macos-latest platform:macos], template_debug) (push) Has been cancelled
Continuous Integration / build (single, map[arch:x86_64 os:windows-latest platform:windows], template_release) (push) Has been cancelled
Remove SCons build files, becuase it is a terrible build system, and rename stuff
2026-08-23 18:14:20 +01:00

56 lines
638 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/