mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-08 02:08:53 -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
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|||||||
Reference in New Issue
Block a user