On Apr 27, 2012, at 11:08 AM, mrtn wrote:
> I'm using Git (Github) to manage my app development in Web2py. I noticed that 
> each time when I make a commit lots of runtime generated files such as error 
> tickets, logs, db files, etc are picked up by Git, which probably shouldn't 
> be checked in as part of the codebase. These files exist at both /web2py and 
> /web2py/applications/myapp level, and make extra work of of picking them out 
> when committing.
> 
> I wonder how other Web2py developers manage their code (especially using 
> Git), and how you guys deal with such unnecessary files. Thanks. 

.gitignore is your friend.

Reply via email to