mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
do not ignore .lock files
This commit is contained in:
parent
edacc7cf96
commit
85c6c64716
2 changed files with 1 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -10,13 +10,7 @@ dist
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
|
||||||
styles/.sass-cache
|
styles/.sass-cache
|
||||||
styles/.sass-cache/*
|
styles/.sass-cache/*
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
|
||||||
yarn\.lock
|
|
||||||
|
|
||||||
*.lock
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ exclude:
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- package.json
|
- package.json
|
||||||
|
- package-lock.json
|
||||||
paginate: 12
|
paginate: 12
|
||||||
paginate_path: "/blog/page:num/"
|
paginate_path: "/blog/page:num/"
|
||||||
name: Dash
|
name: Dash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue