Skip to content
This repository was archived by the owner on Feb 7, 2018. It is now read-only.

Commit 4d1648e

Browse files
committedOct 6, 2013
Improved .gitignore based on github best practices for Ruby repositories.
1 parent 9959644 commit 4d1648e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,21 @@
1717

1818
# Don't commit meetup api keys by mistake...
1919
/.env
20+
21+
# Best practice from GitHub
22+
/*.gem
23+
/*.rbc
24+
/.config
25+
/coverage
26+
/InstalledFiles
27+
/lib/bundler/man
28+
/pkg
29+
/rdoc
30+
/spec/reports
31+
/test/tmp
32+
/test/version_tmp
33+
34+
# YARD artifacts
35+
.yardoc
36+
_yardoc
37+
doc/

0 commit comments

Comments
 (0)