Skip to content

Commit

Permalink
build: ignore annoying yarn.lock package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
modood committed Feb 27, 2020
1 parent 9c0453c commit 6e1857d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,870 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -27,4 +27,7 @@ build/Release
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
config/index.js
.DS_Store
.DS_Store
yarn.lock
package-lock.json

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"husky": "^0.13.4",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.4",
"mocha": "^3.1.0",
"mocha": "^7.1.0",
"sequelize": "^5.15.1",
"sequelize-cursor-pagination": "^1.0.3",
"sqlite3": "^4.0.2"
Expand Down

0 comments on commit 6e1857d

Please sign in to comment.