fix: 修改排除文件

This commit is contained in:
沈昭朝 2024-06-11 14:58:48 +08:00
parent 4befdd00bc
commit 23f10be34b
1 changed files with 16 additions and 1 deletions

17
.gitignore vendored
View File

@ -1 +1,16 @@
node_modules
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
tests/**/coverage/
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln