This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
added .rvmrc and coverage/ (rcov) to Rails.gitignore
bry4n
14 years ago
parent
a3a9c380b9
commit
b3e1755b56
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
Rails.gitignore
+ 2
- 0
Rails.gitignore
View File
@@ -3,3 +3,5 @@ log/*
tmp/*
tmp/*
db/*.sqlite3
db/*.sqlite3
public/system/*
public/system/*
+.rvmrc
+coverage/