Skip to content

Commit 036e8ea

Browse files
authored
Merge branch 'ling-drag0n:main' into main
2 parents dd71190 + f3a62d3 commit 036e8ea

File tree

338 files changed

+23726
-9054
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

338 files changed

+23726
-9054
lines changed

.dockerignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.git
2+
.gitignore
3+
.github
4+
5+
# 本地构建产物 / 依赖缓存
6+
**/node_modules
7+
**/dist
8+
**/.vite
9+
**/.cache
10+
11+
# 本地数据/运行目录
12+
sql_data
13+
data
14+
logs
15+
*.log
16+
17+
# 本地工具与临时文件
18+
.DS_Store
19+
Thumbs.db
20+
*.swp
21+
*.tmp
22+
*.bak
23+
24+
# 环境变量文件
25+
.env
26+
.env.*

0 commit comments

Comments
 (0)