You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blivechat/.dockerignore

32 lines
402 B
Plaintext

# compiled output
**/__pycache__/
**/build/
**/dist/
# dependencies
frontend/package-lock.json
**/node_modules/
# IDEs and editors
**/.idea/
# misc
**/.git*
**/*.spec
screenshots/
plugins/
# runtime data
data/*
!data/config.example.ini
!data/loader.html
!data/custom_public/
data/custom_public/*
!data/custom_public/README.txt
!data/emoticons/
data/emoticons/*
!data/plugins/
data/plugins/*
log/*