This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StasisWarden-Legacy/.gitignore
2025-08-24 09:11:47 -04:00

55 lines
647 B
Plaintext

web-bundles/
# Godot-specific ignores
# See https://github.com/godotengine/godot/pull/44604 for details
.godot/
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# Files and directories created by Godot
*.translation
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Temporary files from external editors
*~
.*.swp
*.tmp
# Godot log directory
logs/
# Exported game files
export/
build/
dist/
*.apk
*.aab
*.xap
*.ipa
*.app/
*.war
*.pck
*.zip
*.exe
*.dmg
*.pkg
*.deb
*.rpm
*.tar.gz
*.tgz
*.zip
*.7z
*.rar
# User-specific settings
.vscode/
.idea/
*.sublime-project
*.sublime-workspace