From a6e04368e434f498ee2444ba858e9834d461f6d9 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 11 Oct 2018 12:26:03 -0400 Subject: [PATCH] Document static file ignoring --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47bcb00689..29eb729a7f 100644 --- a/README.md +++ b/README.md @@ -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