blivechat/.dockerignore

22 lines
203 B
Plaintext
Raw Normal View History

2019-07-07 23:01:42 +08:00
# compiled output
**/__pycache__/
build/
**/dist/
# dependencies
**/node_modules/
# IDEs and editors
2020-09-05 08:45:19 +08:00
.idea/
2019-07-07 23:01:42 +08:00
# misc
**/.git*
*.spec
screenshots/
README.md
2020-09-05 08:45:19 +08:00
# runtime data
data/*
!data/config.ini
log/*