chore(vcs): improve git-ignore entries
This commit is contained in:
parent
712a9b2240
commit
1e5c025a1c
1 changed files with 11 additions and 13 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -1,21 +1,19 @@
|
||||||
# hidden files
|
# Bundler cache
|
||||||
.*
|
.bundle
|
||||||
!.git*
|
|
||||||
!.editorconfig
|
|
||||||
!.nojekyll
|
|
||||||
!.husky
|
|
||||||
!.commitlintrc.json
|
|
||||||
!.versionrc.json
|
|
||||||
!.stylelintrc.json
|
|
||||||
|
|
||||||
# bundler cache
|
|
||||||
_site
|
|
||||||
vendor
|
vendor
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
||||||
# rubygem
|
# Jekyll cache
|
||||||
|
.jekyll-cache
|
||||||
|
_site
|
||||||
|
|
||||||
|
# RubyGems
|
||||||
*.gem
|
*.gem
|
||||||
|
|
||||||
# npm dependencies
|
# npm dependencies
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# IDE configurations
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
Loading…
Reference in a new issue