On 22 February 2011 18:00, Eyal F. <li...@ruby-forum.com> wrote: > Hi, > > Im following this tutorial, > > http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#table:rails_directory_structure > > but when trying to get pass 1.3.1 part im having trouble figuring out > why I can't see the gitignore file in my rails directory.
.gitignore is a hidden file (it has a leading dot). To see it type ls -a or if you are using graphic file manager you can show hidden files. In Nautilus this is ctrl h Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.