chore(.gitignore): 添加 macOS 特定文件 .DS_Store 到忽略列表
This commit is contained in:
@@ -6,3 +6,6 @@
|
|||||||
/.cursor/*.log
|
/.cursor/*.log
|
||||||
*.sql
|
*.sql
|
||||||
*.py
|
*.py
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user