mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 06:46:10 +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
|
||||
.idea/
|
||||
|
||||
|
||||
styles/.sass-cache
|
||||
styles/.sass-cache/*
|
||||
|
||||
node_modules
|
||||
|
||||
|
||||
yarn\.lock
|
||||
|
||||
*.lock
|
||||
|
|
|
@ -13,6 +13,7 @@ exclude:
|
|||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- package.json
|
||||
- package-lock.json
|
||||
paginate: 12
|
||||
paginate_path: "/blog/page:num/"
|
||||
name: Dash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue