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

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/*