Exclude lock files

This commit is contained in:
Frank Taillandier
2018-09-21 18:37:09 +02:00
parent d9a4a3d9d7
commit 15c6d74646

View File

@@ -9,8 +9,10 @@ exclude:
- README.md
- CNAME
- Gemfile
- Gemfile.lock
- Gruntfile.js
- package.json
- package-lock.json
- node_modules
keep_files: ["css"]