fix: 新需求 忽略dist
This commit is contained in:
parent
809b47215c
commit
aed52b0437
|
|
@ -10,8 +10,7 @@ yarn-error.log*
|
|||
/test/e2e/reports/
|
||||
selenium-debug.log
|
||||
nodejs/public/uploads
|
||||
admin-ui/dist.zip
|
||||
portal-ui/dist.zip
|
||||
*.zip
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ yarn-error.log*
|
|||
tests/**/coverage/
|
||||
tests/e2e/reports
|
||||
selenium-debug.log
|
||||
*.zip
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ yarn-error.log*
|
|||
/test/e2e/reports/
|
||||
selenium-debug.log
|
||||
nodejs/public/uploads
|
||||
|
||||
*.zip
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
|
|
|
|||
Loading…
Reference in New Issue