blivechat/.dockerignore
2020-09-05 08:45:19 +08:00

22 lines
203 B
Plaintext

# compiled output
**/__pycache__/
build/
**/dist/
# dependencies
**/node_modules/
# IDEs and editors
.idea/
# misc
**/.git*
*.spec
screenshots/
README.md
# runtime data
data/*
!data/config.ini
log/*