mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
✨ add .gitignore
This commit is contained in:
parent
aa19ebd57e
commit
5d94469f1f
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Blender
|
||||
*.blend1
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Added by Squinternator: weird *.tmp files added by the script editor
|
||||
*.tmp
|
||||
|
||||
# Added by Squinternator: *.dll files compiled by the windows build
|
||||
addons/godot-jolt/windows/~godot-jolt_windows-x64_editor.dll
|
||||
addons/terrain_3d/bin/~libterrain.windows.debug.x86_64.dll
|
||||
Loading…
Reference in a new issue