Skip to content

Commit

Permalink
chore: update gitignore (#1527)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
profnandaa authored Nov 24, 2020
1 parent dd99347 commit ad23f52
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,222 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ package-lock.json
yarn.lock
/es
/lib
validator.js
validator.min.js
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ notifications:
email: false
after_success:
- npm install -g codecov
- npm run build
- npm run test:ci > coverage.lcov && codecov
Loading

0 comments on commit ad23f52

Please sign in to comment.