.gitignore 164 字节
Newer Older
6
628c9f991a7e4862742d8a2f 已提交
1 2 3 4 5 6 7
.DS_Store
node_modules
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

6
UPDATE  
628c9f991a7e4862742d8a2f 已提交
8

6
628c9f991a7e4862742d8a2f 已提交
9 10 11 12 13 14 15 16
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*