forked from wangjiadong/comp
parent
310efc2276
commit
0e4e73b8fd
1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
||||
.DS_Store |
||||
node_modules/ |
||||
node_modules |
||||
dist/ |
||||
npm-debug.log* |
||||
yarn-debug.log* |
||||
yarn-error.log* |
||||
**/*.log |
||||
pnpm-lock.yaml |
||||
tests/**/coverage/ |
||||
tests/e2e/reports |
||||
selenium-debug.log |
||||
|
||||
# Editor directories and files |
||||
.idea |
||||
.vscode |
||||
*.suo |
||||
*.ntvs* |
||||
*.njsproj |
||||
*.sln |
||||
*.local |
||||
|
||||
package-lock.json |
||||
yarn.lock |
Loading…
Reference in new issue