GodotNixDevelopmentEnviroment/.gitignore

22 lines
342 B
Plaintext

# ---> 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-*
game/GodotBuilds