mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
update gitignore
This commit is contained in:
parent
fc6a5b3a81
commit
8b5470bc55
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -73,11 +73,11 @@ scripts/import-for-development
|
||||||
scripts/nuke
|
scripts/nuke
|
||||||
|
|
||||||
# Static files collected by the collectstatic command
|
# Static files collected by the collectstatic command
|
||||||
static/
|
/static/
|
||||||
|
|
||||||
# Stored PDFs
|
# Stored PDFs
|
||||||
/data/documents/*
|
/data/media/documents/*
|
||||||
/data/thumbnails/*
|
/data/media/thumbnails/*
|
||||||
/data/classification_model.pickle
|
/data/classification_model.pickle
|
||||||
/data/db.sqlite3
|
/data/db.sqlite3
|
||||||
/data/index
|
/data/index
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue