mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
add dir cleanup and gitignore ts3.5
This commit is contained in:
parent
cc421d44cc
commit
5acd6cb3fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ node_modules
|
||||
*.sw*
|
||||
npm-shrinkwrap.json
|
||||
dist
|
||||
ts3.5
|
||||
.tern-port
|
||||
*.DS_Store
|
||||
.cache
|
||||
|
@ -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/)
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user