i believe that git submodules can also do what you are looking for. not sure if that is easier/harder then symlinks.
On Wednesday, September 25, 2013 3:59:18 AM UTC-7, Marin Pranjić wrote: > > 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 > <ramst...@gmail.com<javascript:> > > 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 <ramst...@gmail.com <javascript:>> >> >>> 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 web2py+un...@googlegroups.com <javascript:>. >> 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.