mirror of
https://github.com/denuitt1/mhr-cfw.git
synced 2026-05-17 21:24:36 +03:00
Update .gitignore
This commit is contained in:
+9
-11
@@ -1,10 +1,12 @@
|
||||
# Secrets & user config
|
||||
# ignore secrets and user config
|
||||
.env
|
||||
config.json
|
||||
./.env
|
||||
|
||||
# CA certificates (generated at runtime, contain private keys)
|
||||
ca/
|
||||
cert/
|
||||
|
||||
# ignore python venv
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
@@ -15,11 +17,7 @@ __pycache__/
|
||||
dist/
|
||||
build/
|
||||
*.egg
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
.spec
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
@@ -34,4 +32,4 @@ env/
|
||||
Thumbs.db
|
||||
|
||||
# Temp MITM certs
|
||||
domainfront_certs_*/
|
||||
domainfront_certs_*/
|
||||
|
||||
Reference in New Issue
Block a user