Skip to content

Commit 1e5c025

Browse files
committed
chore(vcs): improve git-ignore entries
1 parent 712a9b2 commit 1e5c025

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.gitignore

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
# hidden files
2-
.*
3-
!.git*
4-
!.editorconfig
5-
!.nojekyll
6-
!.husky
7-
!.commitlintrc.json
8-
!.versionrc.json
9-
!.stylelintrc.json
10-
11-
# bundler cache
12-
_site
1+
# Bundler cache
2+
.bundle
133
vendor
144
Gemfile.lock
155

16-
# rubygem
6+
# Jekyll cache
7+
.jekyll-cache
8+
_site
9+
10+
# RubyGems
1711
*.gem
1812

1913
# npm dependencies
2014
node_modules
2115
package-lock.json
16+
17+
# IDE configurations
18+
.idea
19+
.vscode

0 commit comments

Comments
 (0)