mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-01 01:10:21 +08:00
* fix: keep WebUI assets in sync with core version * fix: import dashboard version before bundled fallback * fix: remove stale WebUI dist robustly
27 lines
492 B
Plaintext
27 lines
492 B
Plaintext
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
# github actions
|
|
.git
|
|
.github/
|
|
.*ignore
|
|
# User-specific stuff
|
|
.idea/
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv*/
|
|
ENV/
|
|
.conda/
|
|
dashboard/
|
|
!astrbot/dashboard/
|
|
!astrbot/dashboard/dist/
|
|
!astrbot/dashboard/dist/**
|
|
data/
|
|
tests/
|
|
.ruff_cache/
|
|
.astrbot
|
|
astrbot.lock
|