aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/config/static_dir.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config/static_dir.md b/docs/config/static_dir.md
index 1326a5a17..5fb38c3de 100644
--- a/docs/config/static_dir.md
+++ b/docs/config/static_dir.md
@@ -13,6 +13,8 @@ Alternatively, you can overwrite this value in your configuration to use a diffe
This document is written assuming `instance/static/`.
+Or, if you want to manage your custom file in git repository, basically remove the `instance/` entry from `.gitignore`.
+
## robots.txt
By default, the `robots.txt` that ships in `priv/static/` is permissive. It allows well-behaved search engines to index all of your instance's URIs.