Refine .gitignore to include additional directories and files for client and server, enhancing project structure and clarity.

This commit is contained in:
Leonid Pershin
2026-05-08 01:12:19 +03:00
parent 150d818827
commit a9b6f4285c
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
"backgroundProfiler": true
}
+10
View File
@@ -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.