Skip to content

Commit

Permalink
Merge pull request #329 from JirkaChadima/chore/git-packagelock
Browse files Browse the repository at this point in the history
chore: Puts package-lock file into git
  • Loading branch information
Augusto Lemble committed May 1, 2018
2 parents 43ddbd7 + aaead07 commit a1de4f5
Show file tree
Hide file tree
Showing 2 changed files with 7,479 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .gitignore
@@ -1,9 +1,17 @@
node_modules
build
npm-debug.log
# Logs
logs
*.log
npm-debug.log*
.node-xmlhttprequest-sync-[0-9]*

# Compiled
build

# Dependency directories
node_modules

# Coverage artifacts
coverage
coverage.json
allFiredEvents
scTopics
package-lock.json
allFiredEvents

0 comments on commit a1de4f5

Please sign in to comment.