From: Alex S Date: Mon, 1 Apr 2019 11:28:19 +0000 (+0700) Subject: add docs folder to gitignore X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=49733f61763091514faa49493fdc20b795c08c1c;p=akkoma add docs folder to gitignore ref #770 --- 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/*