commit 93489b6c1ae2f7f1ba0efcaaa0ec85b44c86a7ab Author: Fr0zka Date: Tue Jun 9 20:20:39 2026 +0200 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad44886 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore everything +* + +# But keep this gitignore file +!.gitignore + + +# Keep Source folder and its contents +!/Source/ +!/Source/** + +!VoxelForge.uplugin +!CODEMAP.md \ No newline at end of file