diff options
author | aries <aries@asterism.xyz> | 2019-07-24 01:50:56 +0000 |
---|---|---|
committer | aries <aries@asterism.xyz> | 2019-07-24 01:50:56 +0000 |
commit | 9638da43e9f189e1ac46ab8857dd37f907c4d347 (patch) | |
tree | 15a503df9e81caa967b48ae442807ff11a27c854 | |
parent | 1e7d68e8bf4777013e76fbf732cf81b6f1644320 (diff) | |
download | pleroma-9638da43e9f189e1ac46ab8857dd37f907c4d347.tar.gz |
Add text about gitignore
-rw-r--r-- | docs/config/static_dir.md | 2 |
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. |