update gitignore to xevion.dev standards

This commit is contained in:
Xevion
2019-09-22 12:52:24 -05:00
parent cbd266f4ec
commit 3d74d7761d

16
.gitignore vendored
View File

@@ -1,3 +1,19 @@
# Custom
/xeviondevenv/*
xevion.dev.ini
*.old
*.pem
*.pyc
key
/app.db
/key
/hidden
/migrations/*
/venv/*
/app/__pycache__/*
/__pycache__/*
app/static/token.dat
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]