diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-09-13 19:13:04 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-09-13 19:13:04 +0300 |
commit | 4da0da9aa46f0970735f398a1786902f4e3a86eb (patch) | |
tree | 4f0fa30cc6b587e35a5af706bc195b5f971e3597 | |
parent | c625fe6f09a308f10e98c9e5ea4bf14500a0b58a (diff) | |
download | pleroma-4da0da9aa46f0970735f398a1786902f4e3a86eb.tar.gz |
don't track generated_config.md
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9591f9976..4e71a7df0 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ erl_crash.dump # Prevent committing docs files /priv/static/doc/* +docs/generated_config.md # Code test coverage /cover |