commit e44647acf56c86ef011d21511c243c5eeec437f3 Author: N0bleVI Date: Mon Jul 21 22:28:26 2025 -0400 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f57676 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# ---> 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..57c3c98 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# goblin + +this is gobby \ No newline at end of file