Skip to content

Commit

Permalink
Added package-lock.json to the list of ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Aug 10, 2018
1 parent 39e476f commit 543a05b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Expand Up @@ -11,4 +11,5 @@ src/ export-ignore
bower.json export-ignore
eslint.json export-ignore
Gruntfile.js export-ignore
package.json export-ignore
package.json export-ignore
package-lock.json export-ignore
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -9,4 +9,5 @@ bower.json
eslint.json
Gruntfile.js
package.json
package-lock.json
todo.txt
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -28,6 +28,7 @@
"bower.json",
"eslint.json",
"Gruntfile.js",
"package.json"
"package.json",
"package-lock.json"
]
}

0 comments on commit 543a05b

Please sign in to comment.