It a mercurial example, but you have the list of folder to ignore : http://www.web2pyslices.com/slice/show/1348/version-control-development-vs-production
Richard On Fri, Apr 27, 2012 at 2:21 PM, Jonathan Lundell <[email protected]>wrote: > 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. >

