We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e66677 commit 5b80b04Copy full SHA for 5b80b04
.gitignore
@@ -1,27 +1,20 @@
1
-# Bundler cache
+# BundlerCache
2
.bundle
3
vendor
4
-Gemfile.lock
+[gG]emfile.lock
5
6
-# Jekyll cache
+# Jekyll Cache
7
.jekyll-cache
8
.jekyll-metadata
9
_site
10
11
-# RubyGems
+# Ruby Gems
12
*.gem
13
14
-# NPM dependencies
+# NPM Dependencies
15
node_modules
16
package-lock.json
17
18
-# IDE configurations
19
-.idea
20
-.vscode/*
21
-!.vscode/settings.json
22
-!.vscode/extensions.json
23
-!.vscode/tasks.json
24
-
25
-# Misc
+# Miscellaneous
26
_sass/vendors
27
assets/js/dist
0 commit comments