This commit is contained in:
Daniel Quinn 2016-01-10 23:18:22 +00:00
parent 6d095910eb
commit 3b7ec82a48

5
.gitignore vendored
View File

@ -56,7 +56,7 @@ docs/_build/
# PyBuilder
target/
# Stored PDFs & JPGs
# Stored PDFs
media/*
# Sqlite database
@ -65,5 +65,6 @@ db.sqlite3
# PyCharm
.idea
# Fixtures
# Other stuff that doesn't belong
src/paperless/fixtures/
virtualenv