diff options
author | lain <lain@soykaf.club> | 2019-05-04 15:00:45 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-04 15:00:45 +0200 |
commit | 6ad8ddfd290f0239956874ccc9dc181167e84647 (patch) | |
tree | 83c5b59d055d3b98c1ebbba66351b7cbdb49bd99 /.gitignore | |
parent | 629ad1766ce5da434bf095f6baa81a460334e1b2 (diff) | |
parent | d089ff24600455fefc17e91807c61ddc61ba107a (diff) | |
download | pleroma-6ad8ddfd290f0239956874ccc9dc181167e84647.tar.gz pleroma-6ad8ddfd290f0239956874ccc9dc181167e84647.zip |
Merge remote-tracking branch 'origin/develop' into feature/bbs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e8052d817..082c7491b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ /db /deps /*.ez -/uploads /test/uploads /.elixir_ls /test/fixtures/test_tmp.txt @@ -36,3 +35,6 @@ erl_crash.dump # Editor config /.vscode/ + +# Prevent committing docs files +/priv/static/doc/* |