Skip to content

Commit ad23f52

Browse files
authored
chore: update gitignore (#1527)
We are removing validator.js and validator.min.js since they are among the top files that cause unnecessary conflicts, yet they are dependent on the build system. this is a follow up of #1450
1 parent dd99347 commit ad23f52

File tree

4 files changed

+3
-3222
lines changed

4 files changed

+3
-3222
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ package-lock.json
77
yarn.lock
88
/es
99
/lib
10+
validator.js
11+
validator.min.js

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ notifications:
1212
email: false
1313
after_success:
1414
- npm install -g codecov
15+
- npm run build
1516
- npm run test:ci > coverage.lcov && codecov

0 commit comments

Comments
 (0)