Skip to content

Commit

Permalink
update git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang committed Feb 5, 2021
1 parent 3d3c52d commit b97bf38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.npmrc
.yarnrc
.idea
node_modules
lib
coverage
*.log
*.iml
.DS_Store
.DS_Store
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
"require": [
"babel-register"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit b97bf38

Please sign in to comment.