Browse Source

added /staticfiles to .gitignore

master
Benni Baermann 4 years ago
parent
commit
b0b1e1899c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore View File

@ -2,6 +2,7 @@
# secret passwords and so # secret passwords and so
/secrets.json /secrets.json
/staticfiles
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

Loading…
Cancel
Save