Skip to content

Commit 2db6426

Browse files
committed
Update .gitignore and .eslintignore
1 parent 4af0fbc commit 2db6426

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
bundle.js
12
dist/
23
node_modules/
34
spec/vendor/openlocationcode.js

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
demo-rollup/bundle.js
2-
demo-rollup/node_modules/
1+
bundle.js
32
demo-rollup/package-lock.json
4-
demo-webpack/bundle.js
5-
demo-webpack/node_modules/
63
demo-webpack/package-lock.json
74
dist/
85
node_modules/
9-
test/bundle.js

0 commit comments

Comments
 (0)