🔧 chore(gitignore): 添加.gitignore

- 忽略 macOS 系统文件 .DS_Store
- 忽略 VSCode 编辑器配置文件夹 .vscode
- 忽略 node_modules 依赖文件夹
This commit is contained in:
Qihang Zhang 2025-04-20 22:28:09 +08:00
parent 7d3e7cc99a
commit 89147249b6
2 changed files with 4 additions and 7 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.DS_Store
.vscode
node_modules

View File

@ -1,10 +1,4 @@
# 运行命令
- npm install
- npm run dev
# 参考gitignore
.gitignore
.DS_Store
.vscode
node_modules
- npm run dev