mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-26 21:00:15 +08:00
31 lines
396 B
Plaintext
31 lines
396 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
|
|
!data/emoticons/
|
|
data/emoticons/*
|
|
!data/emoticons/.gitkeep
|
|
!data/custom_public/
|
|
data/custom_public/*
|
|
!data/custom_public/README.txt
|
|
!data/plugins/
|
|
data/plugins/*
|
|
!data/plugins/.gitkeep
|
|
log/*
|