add dir cleanup and gitignore ts3.5

This commit is contained in:
Lynn Chyi 2020-02-19 01:07:18 -08:00
parent cc421d44cc
commit 5acd6cb3fc
No known key found for this signature in database
GPG Key ID: 4EF2EEEC4F8FFFB2
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ node_modules
*.sw*
npm-shrinkwrap.json
dist
ts3.5
.tern-port
*.DS_Store
.cache

View File

@ -28,6 +28,7 @@ cleaningProcess.stdout.on('data', data => {
if (
uri.match(/node_modules/) ||
uri.match(/dist/) ||
uri.match(/ts3\.5/) ||
uri.match(/\.cache/) ||
uri.match(/dll/)
) {