🔧 chore(gitignore): 添加.gitignore
- 忽略 macOS 系统文件 .DS_Store - 忽略 VSCode 编辑器配置文件夹 .vscode - 忽略 node_modules 依赖文件夹
This commit is contained in:
parent
7d3e7cc99a
commit
89147249b6
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.DS_Store
|
||||
.vscode
|
||||
node_modules
|
Loading…
Reference in New Issue
Block a user