mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Document static file ignoring
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user