cic-stack/.gitignore

18 lines
193 B
Plaintext
Raw Normal View History

2021-02-02 17:23:12 +01:00
service-configs/*
!service-configs/.gitkeep
2021-04-20 15:25:02 +02:00
**/node_modules/
2021-04-15 19:04:16 +02:00
__pycache__
*.pyc
2021-04-20 15:25:02 +02:00
*.o
gmon.out
*.egg-info
dist/
build/
2021-06-07 18:11:03 +02:00
**/*sqlite
**/.nyc_output
**/coverage
2021-06-22 23:26:41 +02:00
**/.venv
2021-06-23 07:49:06 +02:00
.idea
**/.vim
2021-09-21 08:04:44 +02:00
**/*secret.yaml