diff options
author | href <href@random.sh> | 2018-11-23 17:40:45 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-11-30 18:00:47 +0100 |
commit | b19597f602e70121a1762476873377c782549817 (patch) | |
tree | 8b55873fc57cc5d99ad5270b72e212ef99122dab /.gitignore | |
parent | 52ce368562de919f1806dfd5235642caf0666e16 (diff) | |
download | pleroma-b19597f602e70121a1762476873377c782549817.tar.gz pleroma-b19597f602e70121a1762476873377c782549817.zip |
reverse proxy / uploads
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9aad700ee..b71dfa9fa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ /uploads /test/uploads /.elixir_ls +/test/fixtures/test_tmp.txt +/test/fixtures/image_tmp.jpg +/doc # Prevent committing custom emojis /priv/static/emoji/custom/* @@ -28,4 +31,4 @@ erl_crash.dump .env # Editor config -/.vscode
\ No newline at end of file +/.vscode |