mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-02-24 10:40:43 +08:00
docker不打包插件源码(和数据)
This commit is contained in:
parent
b2fc08def3
commit
36eec8f98b
@ -1,30 +1,30 @@
|
|||||||
# compiled output
|
# compiled output
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
build/
|
**/build/
|
||||||
**/dist/
|
**/dist/
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
frontend/package-lock.json
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
|
|
||||||
# IDEs and editors
|
# IDEs and editors
|
||||||
.idea/
|
**/.idea/
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
**/.git*
|
**/.git*
|
||||||
*.spec
|
**/*.spec
|
||||||
screenshots/
|
screenshots/
|
||||||
README.md
|
|
||||||
|
plugins/
|
||||||
|
|
||||||
# runtime data
|
# runtime data
|
||||||
data/*
|
data/*
|
||||||
!data/config.example.ini
|
!data/config.example.ini
|
||||||
!data/emoticons/
|
|
||||||
data/emoticons/*
|
|
||||||
!data/emoticons/.gitkeep
|
|
||||||
!data/custom_public/
|
!data/custom_public/
|
||||||
data/custom_public/*
|
data/custom_public/*
|
||||||
!data/custom_public/README.txt
|
!data/custom_public/README.txt
|
||||||
|
!data/emoticons/
|
||||||
|
data/emoticons/*
|
||||||
!data/plugins/
|
!data/plugins/
|
||||||
data/plugins/*
|
data/plugins/*
|
||||||
!data/plugins/.gitkeep
|
|
||||||
log/*
|
log/*
|
||||||
|
Loading…
Reference in New Issue
Block a user