commit c57f07ffc2c79ae54892105bb95646127a515327 Author: Djairo Hougee Date: Sun Nov 9 01:47:49 2025 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac44eeb --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# ---> 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b60c504 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# notSpore +