添加 .gitignore
This commit is contained in:
parent
d9ab0b65d3
commit
04070f46bb
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 编辑器文件
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.bak
|
||||
*~
|
||||
|
||||
# 其他
|
||||
.cursor/
|
||||
Loading…
x
Reference in New Issue
Block a user