do not ignore .lock files

This commit is contained in:
Nathan Marley 2017-09-19 16:16:47 +08:00 committed by mr.wong
parent edacc7cf96
commit 85c6c64716
2 changed files with 1 additions and 6 deletions

6
.gitignore vendored
View file

@ -10,13 +10,7 @@ dist
.jekyll-metadata
.idea/
styles/.sass-cache
styles/.sass-cache/*
node_modules
yarn\.lock
*.lock

View file

@ -13,6 +13,7 @@ exclude:
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
paginate: 12
paginate_path: "/blog/page:num/"
name: Dash