I’m trying to come up with a solution for working on my PhoneGap projects. At the moment I’m developing in one folder and then copying over the edited files into the www folder of xcode – so I can keep a git repo separate to what gets built. This is becoming very repetitive and I want to automate it. Any ideas?
Basically it needs to ignore .git, .project and other dot files. I’m on mac osx.
I’m trying to come up with a solution for working on my PhoneGap projects.
Share
That’s easy to do with rsync. Check the –exclude options in the manual page.