blivechat/.dockerignore

22 lines
211 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/*
2021-04-18 17:54:41 +08:00
!data/config.example.ini
2020-09-05 08:45:19 +08:00
log/*