From a9b6f4285c133a085dc6ab421693fa5fd573111c Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Fri, 8 May 2026 01:12:19 +0300 Subject: [PATCH] Refine .gitignore to include additional directories and files for client and server, enhancing project structure and clarity. --- Server/config/spark/config.json | 4 ++++ Server/config/spark/tmp-client/about.txt | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Server/config/spark/config.json create mode 100644 Server/config/spark/tmp-client/about.txt diff --git a/Server/config/spark/config.json b/Server/config/spark/config.json new file mode 100644 index 0000000..480c9e6 --- /dev/null +++ b/Server/config/spark/config.json @@ -0,0 +1,4 @@ +{ + "_header": "spark configuration file - https://spark.lucko.me/docs/Configuration", + "backgroundProfiler": true +} \ No newline at end of file diff --git a/Server/config/spark/tmp-client/about.txt b/Server/config/spark/tmp-client/about.txt new file mode 100644 index 0000000..5b8e8d1 --- /dev/null +++ b/Server/config/spark/tmp-client/about.txt @@ -0,0 +1,10 @@ +# 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.