This commit is contained in:
N0ble 2025-07-21 20:42:14 -06:00
commit 04a9a299d7
2 changed files with 32 additions and 1 deletions

30
.gitignore vendored
View file

@ -1,3 +1,31 @@
# ---> Godot
# Godot 4+ specific ignores
.godot/
/android/
# 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

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# goblin
this is gobby