-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (47 loc) · 861 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (47 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.env.production
.env
.env.development
.env.local
.env.*.local
node_modules
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
bun-debug.log*
__pycache__/
*.py[cod]
.codegraph/
._*
data
.DS_Store
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb
bun.lock
!server/bun.lock
!web/bun.lock
.idea
.vscode
.cursor
.cache
coverage
logs
server/dist
server/scripts/compressed
server/scripts/uploads
server/scripts/migration
web/dist
web/.vite
web/public/sitemap.xml
# Serverless Cloud Framework(SCF)本地状态与缓存
.serverless
.serverless/**
# 存储配置指南(运行时数据)
# Garage 存储服务 - 忽略运行时数据和敏感配置
doc/storage/garage/meta/
doc/storage/garage/data/
doc/storage/garage/garage.toml
# 保留文档和配置模板:README.md, QUICK_START.md, docker-compose.yml, cors-config.json, bucket-policy.json
.superset/