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 08cadda commit 5976f2aCopy full SHA for 5976f2a
.gitignore
@@ -12,4 +12,53 @@
12
/vendor
13
/data
14
/copy
15
+# --
16
+# OS Level
17
18
+.DS_Store
19
+
20
21
+# Ruby
22
23
+vendor/
24
+coverage/
25
+Gemfile.lock
26
+spec/fixture/site/
27
+spec/fixture/result/
28
+spec/fixture/out/
29
+.bundle/
30
+*.gem
31
32
33
+# CodeClimate
34
35
+cctr
36
37
38
+# Jekyll
39
40
+_site/
41
+.jekyll-cache/
42
+.jekyll-metadata
43
+.asset-cache/
44
+site/
45
46
47
+# Rails
48
49
+/db/*.sqlite3
50
+/npm-error.log
51
+.byebug_history
52
+/db/*.sqlite3-journal
53
+/config/application.yml
54
+/config/master.key
55
+/yarn-error.log
56
+/node_modules
57
+.pry_history
58
+/log
59
/tmp
60
61
62
+# Yarn
63
64
+yarn.lock
0 commit comments