Commit ee1fbcb130a3e564627a56ae0a26ac64c1e1d027
0 parents
项目初始化
Showing
1 changed file
with
30 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +++ a/.gitignore | |
| 1 | +unpackage/ | |
| 2 | +node_modules/ | |
| 3 | +dist/ | |
| 4 | +uploadfiles/ | |
| 5 | +upload/ | |
| 6 | +npm-debug.log* | |
| 7 | +yarn-debug.log* | |
| 8 | +yarn-error.log* | |
| 9 | +bin/ | |
| 10 | +obj/ | |
| 11 | +debug/ | |
| 12 | +resource/ | |
| 13 | +dist/ | |
| 14 | +upload/ | |
| 15 | +log/ | |
| 16 | +*.log | |
| 17 | + | |
| 18 | +tests/**/coverage/ | |
| 19 | +tests/e2e/reports | |
| 20 | +selenium-debug.log | |
| 21 | + | |
| 22 | +# Editor directories and files | |
| 23 | +.idea | |
| 24 | +.vscode | |
| 25 | +*.ntvs* | |
| 26 | +*.njsproj | |
| 27 | +*.local | |
| 28 | + | |
| 29 | +package-lock.json | |
| 30 | +yarn.lock | |
| 0 | 31 | \ No newline at end of file | ... | ... |