mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-14 00:02:21 +00:00
update ignore rules
This commit is contained in:
parent
759b00d2da
commit
10ad063c62
42
.gitignore
vendored
42
.gitignore
vendored
@ -1,12 +1,38 @@
|
|||||||
/.venv
|
build_and_push_multi.sh
|
||||||
/.vscode
|
*.code-workspace
|
||||||
|
containers/*/.venv
|
||||||
|
db.sqlite3
|
||||||
|
db.sqlite3-journal
|
||||||
|
*.egg
|
||||||
|
*.egg-info/
|
||||||
|
.eggs/
|
||||||
|
.env
|
||||||
|
env/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
.history
|
||||||
|
.idea
|
||||||
|
.idea/
|
||||||
|
.idea_modules/
|
||||||
|
*.iml
|
||||||
|
.installed.cfg
|
||||||
|
*.ipr
|
||||||
|
.ipynb_checkpoints
|
||||||
|
*.iws
|
||||||
|
.junie/
|
||||||
|
local_settings.py
|
||||||
|
*.log
|
||||||
|
media/
|
||||||
|
*.pot
|
||||||
*.pyc
|
*.pyc
|
||||||
*__pycache__/
|
*__pycache__/
|
||||||
*.pyo
|
__pycache__/
|
||||||
*.pyd
|
*.pyd
|
||||||
|
*.pyo
|
||||||
|
.venv
|
||||||
|
/.venv
|
||||||
|
venv/
|
||||||
|
venv.bak/
|
||||||
|
.vscode/
|
||||||
|
/.vscode
|
||||||
wireguard_webadmin/production_settings.py
|
wireguard_webadmin/production_settings.py
|
||||||
.idea/
|
|
||||||
containers/*/.venv
|
|
||||||
.env
|
|
||||||
.junie/
|
|
||||||
build_and_push_multi.sh
|
|
Loading…
x
Reference in New Issue
Block a user