Bumped to Godot 4.5

- Rebranded to CityLimits
- Expanded gitignore
This commit is contained in:
Tony Bark 2025-10-03 06:40:41 -04:00
parent 3a377c8379
commit 8693908fed
39 changed files with 210 additions and 29 deletions

50
.gitignore vendored
View file

@ -1,2 +1,52 @@
# 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