GodotNixDevelopmentEnviroment/.gitignore

21 lines
325 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-*