mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-06 03:16:44 -06:00
update gitignore to xevion.dev standards
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user