Refreshed to 4.3

- Did some refactoring and clean up
This commit is contained in:
Tony Bark 2025-02-18 13:46:50 -05:00
parent c8011a16dd
commit 147831727b
20 changed files with 155 additions and 339 deletions

68
.gitignore vendored
View file

@ -1,49 +1,22 @@
### Audio ###
*.wav
*.ogg
# Created by https://www.gitignore.io/api/linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
# Edit at https://www.gitignore.io/?templates=linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
### Backup ###
*.bak
*.gho
*.ori
*.orig
*.tmp
### DotnetCore ###
# .NET Core build folders
/bin
/obj
# Common node modules locations
/node_modules
/wwwroot/node_modules
### Executable ###
*.app
*.bat
*.cgi
*.com
*.exe
*.gadget
*.jar
*.pif
*.vb
*.wsf
# Created by https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=godot,visualstudiocode,macos,linux,windows
### 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
### Linux ###
*~
@ -69,6 +42,7 @@ export_presets.cfg
# Icon must end with two \r
Icon
# Thumbnails
._*
@ -88,15 +62,9 @@ Network Trash Folder
Temporary Items
.apdisk
### MonoDevelop ###
#User Specific
*.userprefs
*.usertasks
#Mono Project Files
*.pidb
*.resources
test-results/
### macOS Patch ###
# iCloud generated files
*.icloud
### VisualStudioCode ###
.vscode/*
@ -104,10 +72,18 @@ test-results/
!.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
### Windows ###
# Windows thumbnail cache files
@ -135,4 +111,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# End of https://www.gitignore.io/api/linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
# End of https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows