64 lines
927 B
Plaintext
64 lines
927 B
Plaintext
.env
|
|
models/
|
|
*.tsbuildinfo
|
|
|
|
# macOS
|
|
.DS_Store
|
|
ui/.DS_Store
|
|
ui/*/.DS_Store
|
|
src/content/
|
|
|
|
# Node.js dependencies
|
|
node_modules/
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
public/_build/
|
|
public/dl-index/
|
|
.contentlayer/
|
|
.dev-logs/
|
|
.console-state/
|
|
|
|
# Contentlayer cache
|
|
ui/docs/.contentlayer/
|
|
src/content/blogs/
|
|
|
|
# Lock files (如果不希望追踪)
|
|
uyarn.lock
|
|
|
|
# Yarn lock in dl (如果你只保留根目录的 lock)
|
|
yarn.lock
|
|
account/xcontrol-account
|
|
account/xcontrol-account.log
|
|
server/xcontrol-server
|
|
server/xcontrol-server.log
|
|
.yarn/
|
|
config/.runtime-env-config.yaml
|
|
config/.runtime-env-config.cn.yaml
|
|
config/.runtime-env-config.global.yaml
|
|
packages/neurapress/.github/
|
|
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
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build artifacts
|
|
build/
|
|
dist/
|
|
out/
|
|
target/
|