Using .gitignore - Thundzz/StackUnderflow GitHub Wiki
This should be working:
http://stackoverflow.com/questions/1139762/gitignore-file-not-ignoring
But I think we might need to talk about the workflow and the use of the repository.
We need to discuss the following points :
- Using git implies recompiling the database at every pull using :
rake db:migrate
-
We obviously also need to add a rule for *~ files as everyone is happily commiting them, and I feel like they are really polluting the repository.
-
Other discussion points coming soon ...