all: updated gitignore
This commit is contained in:
parent
f1a09c21d4
commit
e19d7041d1
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,6 +1,15 @@
|
||||||
|
# User-specific configuration
|
||||||
config.yaml
|
config.yaml
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# Client Development Artifacts
|
||||||
*/*_modules/
|
*/*_modules/
|
||||||
|
client/public
|
||||||
|
|
||||||
|
# Server Development Artifacts
|
||||||
.coverage
|
.coverage
|
||||||
.cache
|
.cache
|
||||||
client/public
|
server/**/lib/
|
||||||
|
server/**/bin/
|
||||||
|
server/**/pyvenv.cfg
|
||||||
|
__pycache__/
|
||||||
|
|
Loading…
Reference in a new issue