blivechat/.dockerignore

32 lines
402 B
Plaintext
Raw Permalink Normal View History

2019-07-07 23:01:42 +08:00
# compiled output
**/__pycache__/
**/build/
2019-07-07 23:01:42 +08:00
**/dist/
# dependencies
frontend/package-lock.json
2019-07-07 23:01:42 +08:00
**/node_modules/
# IDEs and editors
**/.idea/
2019-07-07 23:01:42 +08:00
# misc
**/.git*
**/*.spec
2019-07-07 23:01:42 +08:00
screenshots/
plugins/
2020-09-05 08:45:19 +08:00
# runtime data
data/*
2021-04-18 17:54:41 +08:00
!data/config.example.ini
2024-07-29 23:21:02 +08:00
!data/loader.html
!data/custom_public/
data/custom_public/*
!data/custom_public/README.txt
!data/emoticons/
data/emoticons/*
2024-03-07 21:25:02 +08:00
!data/plugins/
data/plugins/*
2020-09-05 08:45:19 +08:00
log/*