From cb159cdb01b40205fe4262d7c6c3666eb2ef5724 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Wed, 9 Jul 2025 11:28:04 +0300 Subject: [PATCH] add SuperVanish data.yml to git and docker ignore files --- .dockerignore | 4 ++++ .gitignore | 4 ++++ src/plugins/spark/tmp/about.txt | 10 ---------- 3 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 src/plugins/spark/tmp/about.txt diff --git a/.dockerignore b/.dockerignore index 6cecf6a..5a359f3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -16,7 +16,11 @@ */whitelist.json */usercache.json +src/plugins/spark/tmp + src/plugins/luckperms/libs .crowdin src/plugins/PlasmoVoice/voice_mutes.json + +src/plugins/SuperVanish/data.yml diff --git a/.gitignore b/.gitignore index b90ff47..0d5e9a0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,11 @@ */whitelist.json */usercache.json +src/plugins/spark/tmp + src/plugins/LuckPerms/libs .crowdin src/plugins/PlasmoVoice/voice_mutes.json + +src/plugins/SuperVanish/data.yml diff --git a/src/plugins/spark/tmp/about.txt b/src/plugins/spark/tmp/about.txt deleted file mode 100644 index 31c393f..0000000 --- a/src/plugins/spark/tmp/about.txt +++ /dev/null @@ -1,10 +0,0 @@ -# What is this directory? - -* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. -* Previously, a temporary directory provided by the operating system was used for this purpose. -* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! - -spark will automatically cleanup the contents of this directory. -(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) - -tl;dr: spark uses this folder to store some temporary data.