We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712a9b2 commit 1e5c025Copy full SHA for 1e5c025
.gitignore
@@ -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
+# Bundler cache
+.bundle
13
vendor
14
Gemfile.lock
15
16
-# rubygem
+# Jekyll cache
+.jekyll-cache
+_site
+
+# RubyGems
17
*.gem
18
19
# npm dependencies
20
node_modules
21
package-lock.json
+# IDE configurations
+.idea
+.vscode
0 commit comments