Yes gitignore is the answer but I have been burned once trying to git reset so I lost my app repo. Now I am using symbolic links inside /applications folder and I keep applications separated.
Marin On Wed, Sep 25, 2013 at 12:49 PM, António Ramos <[email protected]>wrote: > This in gitignore is the answer right? > > applications/* > !applications/welcome > !applications/welcome/* > !applications/examples > !applications/examples/* > !applications/admin > !applications/admin/* > applications/*/databases/* > applications/*/sessions/* > applications/*/errors/* > applications/*/cache/* > applications/*/uploads/* > applications/*/*.py[oc] > applications/examples/static/epydoc > applications/examples/static/sphinx > > > 2013/9/25 António Ramos <[email protected]> > >> Hello , i´m starting to learn git but have a question >> >> I have my web2py cloned from git >> inside web2py i have the application folder >> if i git init inside app1 is there some kind of conflict with the web2py >> folder git? >> >> >> Thank you >> >> António >> > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

