-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (34 loc) · 543 Bytes
/
.gitignore
File metadata and controls
48 lines (34 loc) · 543 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# rcov generated
coverage
coverage.data
# rdoc generated
rdoc
# yard generated
doc
.yardoc
# bundler
.bundle
.byebug_history
# For MacOS:
.DS_Store
# For MacOS:
.DS_Store
# For TextMate
#*.tmproj
#tmtags
*.swp
# For redcar:
#.redcar
# For rubinius:
#*.rbc
# For the gem
test.db
# For those using rbenv
.ruby-version
# For those who install gems locally to a vendor dir
/vendor
# Don't checkin Gemfile.lock
# See: https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
Gemfile.lock
# Gem builds
/*.gem