🔧 添加 .gitignore,排除自动生成的 data/ 目录
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# 工作区插件数据目录(自动生成,不提交)
|
||||
data/
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
Reference in New Issue
Block a user