What to ignore in a Mercurial .hgignore for a Ruby on Rails app
Posted
by Sly
on Stack Overflow
See other posts from Stack Overflow
or by Sly
Published on 2010-05-14T02:04:10Z
Indexed on
2010/05/14
2:14 UTC
Read the original article
Hit count: 418
mercurial
|ruby-on-rails
I created a hello world app with rails HelloWorld
command. I ended up with many directories:
- app
- config
- db
- doc
- lib
- log
- public
- script
- test
- tmp
- vendor
Should all this be under sources control? What would be a good default .hgignore
file for a Ruby on Rails app folder?
© Stack Overflow or respective owner