Skip to content

Commit 649de94

Browse files
committed
Configure .gitignore
1 parent a51337d commit 649de94

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,5 @@ $RECYCLE.BIN/
202202
*.lnk
203203

204204
# End of https://www.gitignore.io/api/node,react,linux,macos,windows,visualstudiocode
205+
206+
storybook-static

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
language: node_js
22
node_js:
3-
- '11'
4-
- '10'
5-
- '8'
6-
- '6'
3+
- '13'

0 commit comments

Comments
 (0)