From e44647acf56c86ef011d21511c243c5eeec437f3 Mon Sep 17 00:00:00 2001 From: N0bleVI Date: Mon, 21 Jul 2025 22:28:26 -0400 Subject: [PATCH] Initial commit --- .gitignore | 31 +++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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