2019-07-07 23:01:42 +08:00
|
|
|
# compiled output
|
|
|
|
**/__pycache__/
|
2024-03-18 20:11:57 +08:00
|
|
|
**/build/
|
2019-07-07 23:01:42 +08:00
|
|
|
**/dist/
|
|
|
|
|
|
|
|
# dependencies
|
2024-03-18 20:11:57 +08:00
|
|
|
frontend/package-lock.json
|
2019-07-07 23:01:42 +08:00
|
|
|
**/node_modules/
|
|
|
|
|
|
|
|
# IDEs and editors
|
2024-03-18 20:11:57 +08:00
|
|
|
**/.idea/
|
2019-07-07 23:01:42 +08:00
|
|
|
|
|
|
|
# misc
|
|
|
|
**/.git*
|
2024-03-18 20:11:57 +08:00
|
|
|
**/*.spec
|
2019-07-07 23:01:42 +08:00
|
|
|
screenshots/
|
2024-03-18 20:11:57 +08:00
|
|
|
|
|
|
|
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
|
2023-10-11 22:52:06 +08:00
|
|
|
!data/custom_public/
|
|
|
|
data/custom_public/*
|
|
|
|
!data/custom_public/README.txt
|
2024-03-18 20:11:57 +08:00
|
|
|
!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/*
|