19 lines
200 B
Plaintext
19 lines
200 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
|
|
docker-stack.yml
|
|
.npm/
|