Skip to content

Commit 5976f2a

Browse files
committed
Update the Gitignore.
1 parent 08cadda commit 5976f2a

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,53 @@
1212
/vendor
1313
/data
1414
/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
1559
/tmp
60+
61+
# --
62+
# Yarn
63+
# --
64+
yarn.lock

0 commit comments

Comments
 (0)