accounts/.gitignore

61 lines
1.0 KiB
Plaintext

models/
pg_jieba/
hf_cache/
server/server/
docs/init-bak-20250813.sql
!light-idp/idp-server/internal/models/
# macOS
.DS_Store
ui/.DS_Store
ui/*/.DS_Store
# Node.js dependencies
ui/dl/node_modules/
ui/docs/node_modules/
# Next.js build output
ui/dl/.next/
ui/dl/out/
# Contentlayer cache
ui/docs/.contentlayer/
# Lock files (如果不希望追踪)
ui/docs/yarn.lock
# Yarn lock in dl (如果你只保留根目录的 lock)
ui/dl/yarn.lock
account/xcontrol-account
account/xcontrol-account.log
server/xcontrol-server
server/xcontrol-server.log
ui/dashboard/.yarn/
dashboard/.yarn/
dashboard/config/.runtime-env-config.yaml
dashboard/config/.runtime-env-config.cn.yaml
dashboard/config/.runtime-env-config.global.yaml
dashboard/packages/neurapress/.github/
pdashboar/dackages/neurapress/.git/
# Test files and test data
tests/local/
tests/output/
tests/temp/
test-results/
*.test.log
*.test.output
coverage/
.nyc_output/
*.test-cache/
*.test-data/
.env.test
.env.local
.env.*.local
# Build artifacts
build/
dist/
out/
target/