Document static file ignoring

This commit is contained in:
Jordan Brown
2018-10-11 12:26:03 -04:00
parent 3909e5c2f7
commit a6e04368e4
+1 -1
View File
@@ -315,7 +315,7 @@ This folder can contain anything. But, when certain events occur in the instance
#### GameStaticFiles
Any files and folders contained in this root level of this folder will be symbolically linked to all deployments at the time they are created. This allows persistent game data (BYOND `.sav`s or code configuration files for example) to persist across all deployments.
Any files and folders contained in this root level of this folder will be symbolically linked to all deployments at the time they are created. This allows persistent game data (BYOND `.sav`s or code configuration files for example) to persist across all deployments. This folder contains a .tgsignore file which can be used to prevent symlinks from being generated by entering the names of files and folders (1 per line)
### Updating