Add nex requirements and gitignore
This commit is contained in:
parent
614289a564
commit
807812cb2e
2 changed files with 10 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -41,8 +41,16 @@ backups/
|
|||
/static/
|
||||
/media/
|
||||
|
||||
#Generated datas
|
||||
|
||||
/Scripts/photos/
|
||||
|
||||
# Virtualenv
|
||||
env/
|
||||
venv/
|
||||
db.sqlite3
|
||||
shell.nix
|
||||
|
||||
|
||||
|
||||
photologue/upload.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue