citylimits-next/.gitignore
Tony Bark 8693908fed Bumped to Godot 4.5
- Rebranded to CityLimits
- Expanded gitignore
2025-10-03 06:40:41 -04:00

52 lines
952 B
Text

# Created by https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,executable
# Edit at https://www.toptal.com/developers/gitignore?templates=godot,visualstudiocode,executable
### Executable ###
*.app
*.bat
*.cgi
*.com
*.exe
*.gadget
*.jar
*.pif
*.vb
*.wsf
### Godot ###
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,executable