17 lines
177 B
Plaintext
17 lines
177 B
Plaintext
service-configs/*
|
|
!service-configs/.gitkeep
|
|
**/node_modules/
|
|
__pycache__
|
|
*.pyc
|
|
*.o
|
|
gmon.out
|
|
*.egg-info
|
|
dist/
|
|
build/
|
|
**/*sqlite
|
|
**/.nyc_output
|
|
**/coverage
|
|
**/.venv
|
|
.idea
|
|
**/.vim
|