Skip to content

Commit

Permalink
Adds package-lock to gitignore
Browse files Browse the repository at this point in the history
Nin uses yarn, so the package-lock file from npm is not needed. This will stop it from being checked in at a later stage.
  • Loading branch information
peterhgombos committed Oct 13, 2018
1 parent 1c86198 commit c58e49f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Thumbs.db
# NPM packages folder.
node_modules/

# Other package file
package-lock.json

# Brunch folder for temporary files.
tmp/

Expand Down

0 comments on commit c58e49f

Please sign in to comment.