diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-01 18:28:19 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-01 18:28:19 +0700 |
commit | 49733f61763091514faa49493fdc20b795c08c1c (patch) | |
tree | 23144a6ac59f24a5a719abab7a5f90155f19435e | |
parent | 17d3d05a7196140b62dd791af8d7ced8b0ad9fa1 (diff) | |
download | pleroma-49733f61763091514faa49493fdc20b795c08c1c.tar.gz |
add docs folder to gitignore
ref #770
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 04c61ede7..774893b35 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ erl_crash.dump # Editor config /.vscode/ + +# Prevent committing docs files +/priv/static/doc/* |