Skip to content

Commit ca9d683

Browse files
committed
chore(git): 更新.gitignore以忽略更多文件
- 添加了操作系统元数据文件的忽略规则(.DS_Store, Thumbs.db) - 新增对构建产物目录dist/和out/的忽略 - 添加了编辑器相关的忽略配置(.idea/, .vscode/) - 保留对node_modules/目录的忽略规则 - 移除了重复的.DS_Store忽略项
1 parent c0a2c90 commit ca9d683

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
# OS metadata
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Dependency directory
16
node_modules/
7+
# Ignore built ts files
28
dist/
39
out/
4-
src/generated/
5-
.DS_Store
10+
11+
12+
# Editors
613
.idea/
714
.vscode/
815
*.tgz

0 commit comments

Comments
 (0)