chore: move addon into VanillaGuide/ + add standard .gitignore/.gitattributes

Matches the Exiles fork-layout convention (each addon in its own folder).
This commit is contained in:
2026-05-25 10:59:32 +02:00
parent 330a6cf067
commit c515c493cc
93 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
* -text
+7
View File
@@ -0,0 +1,7 @@
.env
.DS_Store
.release
.install
.lua/*
.vscode
.idea
View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File