chore(vcs): improve git-ignore entries

This commit is contained in:
Cotes Chung 2023-03-01 00:45:18 +08:00
parent 712a9b2240
commit 1e5c025a1c
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 11 additions and 13 deletions

24
.gitignore vendored
View File

@ -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