My gitignore file already includes lines per these files, so I just tried to rm them, but i guess i don't fully understand what's going on...
In my RoR app gitignore I have the usual: log/*.log ... db/*.sqlite3 So, I guess I don't want git to reposit these...yet when i remove them altogether from a branch, then merge, obviously my rails app goes dead. I must not really understand what I'm accomplishing by gitignoring something like db/development.sqlite when I absolutely need that resource through all my git revisions... Lille On Jul 21, 6:17 pm, Artiom Di <[email protected]> wrote: > Hello Lille, > > removed them (git rm) and append to .gitignore > > On Wed, 21 Jul 2010 15:15:22 -0700 (PDT) > > Lille <[email protected]> wrote: > > Hi, > > > I neglected to include a proper .gitignore file when I began a (Rails) > > project and I made several commits. Is there anyway to sort of > > retroactively enable the ignoring of files once they've been > > committed? > > > Thanks for any comment, > > > Lille > > -- > Hi! I'm a .signature virus! Copy me into your ~/.signature to help me > spread! -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
