GodotNixDevelopmentEnviroment/.gitignore

22 lines
342 B
Plaintext
Raw Normal View History

2024-08-05 12:12:18 +00:00
# ---> Godot
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
2024-08-14 15:41:33 +00:00
game/GodotBuilds