🔧 Exclude package-lock.json (#2364)

This commit is contained in:
Rodrigo Graça 2020-01-07 17:45:58 +00:00 committed by Michael Rose
parent 65051cce2e
commit e2f0cf82f9

View file

@ -180,6 +180,7 @@ exclude:
- log - log
- node_modules - node_modules
- package.json - package.json
- package-lock.json
- Rakefile - Rakefile
- README - README
- tmp - tmp