cic-stack/.gitignore
2021-06-23 05:49:06 +00:00

16 lines
169 B
Plaintext

service-configs/*
!service-configs/.gitkeep
**/node_modules/
__pycache__
*.pyc
*.o
gmon.out
*.egg-info
dist/
build/
**/*sqlite
**/.nyc_output
**/coverage
**/.venv
.idea