增加git忽略文件,增加项目基本描述

This commit is contained in:
gaoxs
2020-03-16 16:10:12 +08:00
parent 95845779db
commit 008415f584
2 changed files with 35 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln