From: aries Date: Wed, 24 Jul 2019 01:50:56 +0000 (+0000) Subject: Add text about gitignore X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9638da43e9f189e1ac46ab8857dd37f907c4d347;p=akkoma Add text about gitignore --- 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.