* Spring is now built in to Rails: http://weblog.rubyonrails.org/2014/4/8/Rails-4-1/ * Haven't used Cucumber on a project in over a year
10 lines
98 B
Text
10 lines
98 B
Text
*.DS_Store
|
|
*.sw[nop]
|
|
.bundle
|
|
.env
|
|
db/*.sqlite3
|
|
log/*.log
|
|
rerun.txt
|
|
tags
|
|
tmp/**/*
|
|
!tmp/cache/.keep
|