blivechat/.dockerignore
2021-04-18 17:54:41 +08:00

22 lines
211 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.example.ini
log/*