diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3d6780eeb..49599fefe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,4 @@ jobs: ./Erupe/config.json ./Erupe/www/ ./Erupe/savedata/ + ./RoadShopItems.csv diff --git a/Erupe/.gitignore b/Erupe/.gitignore index 1104dc972..6cf56fb81 100644 --- a/Erupe/.gitignore +++ b/Erupe/.gitignore @@ -9,6 +9,6 @@ bin/questlists/*.bin bin/scenarios/*.bin bin/debug/*.bin savedata/ -Erupe.exe +*.exe *.lnk *.bat diff --git a/Erupe/Gifts/Cadeaux.bin b/Erupe/Gifts/Cadeaux.bin deleted file mode 100644 index 2d3e24319..000000000 Binary files a/Erupe/Gifts/Cadeaux.bin and /dev/null differ diff --git a/Erupe/Gifts/Description.bin b/Erupe/Gifts/Description.bin deleted file mode 100644 index 957f9e111..000000000 Binary files a/Erupe/Gifts/Description.bin and /dev/null differ diff --git a/Erupe/LICENSE b/LICENSE similarity index 100% rename from Erupe/LICENSE rename to LICENSE diff --git a/MHFZ_Server_Setup_Guide.pdf b/MHFZ_Server_Setup_Guide.pdf deleted file mode 100644 index 59e5647d3..000000000 Binary files a/MHFZ_Server_Setup_Guide.pdf and /dev/null differ diff --git a/04 - Shoplist_Balanced_1.7.4.csv b/RoadShopItems.csv similarity index 100% rename from 04 - Shoplist_Balanced_1.7.4.csv rename to RoadShopItems.csv diff --git a/autolaunch_EDIT_THIS.bat b/autolaunch_EDIT_THIS.bat deleted file mode 100644 index 12e2f0df5..000000000 --- a/autolaunch_EDIT_THIS.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd PUT ERUPE DIRECTORY HERE - BE SURE TO USE /d IF ITS ON A DRIVE OTHER THAN C -go run . \ No newline at end of file diff --git a/erupe-bak.sql b/erupe-bak.sql deleted file mode 100644 index 0793203ff..000000000 Binary files a/erupe-bak.sql and /dev/null differ