Skip to content

Commit 3af2561

Browse files
committed
.gitignore and .rspec
1 parent 4079b59 commit 3af2561

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.gitignore

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
.idea/
2-
.rspec
3-
.rvmrc
4-
pkg/
1+
*.gem
2+
*.rbc
3+
*.swp
4+
.bundle
5+
.config
6+
.yardoc
7+
Gemfile.lock
8+
InstalledFiles
9+
_yardoc
10+
coverage
11+
doc/
12+
lib/bundler/man
13+
pkg
14+
rdoc
15+
spec/reports
16+
test/tmp
17+
test/version_tmp
18+
tmp

.rspec

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--color
2+
--format doc

0 commit comments

Comments
 (0)