Better yet, respect convention that anything starting with a dot is hidden and thus ignored. Checking the Hidden attribute would also seem wise.
Sent from my phone. ___________________________________ Kerri Shotts photoKandy Studios, LLC On the Web: http://www.photokandy.com/ Social Media: Twitter: @photokandy, http://twitter.com/photokandy Tumblr: http://photokandy.tumblr.com/ Github: https://github.com/kerrishotts https://github.com/organizations/photokandyStudios CoderWall: https://coderwall.com/kerrishotts Apps on the Apple Store: https://itunes.apple.com/us/artist/photokandy-studios-llc/id498577828 Books: http://www.packtpub.com/phonegap-2-mobile-application-hotshot/book http://www.packtpub.com/phonegap-social-app-development/book On May 2, 2013, at 8:13, Don Coleman <don.cole...@gmail.com> wrote: You're seeing this in cordova-cli? until.findPlugins could filter out .svn too https://github.com/apache/cordova-cli/blob/master/src/util.js#L67 On May 2, 2013 5:33 AM, "tommy-carlos Williams" <to...@devgeeks.org> wrote: This is a recurring theme. The logic for iterating the folders for things like platforms and plugins needs a look at. On 02/05/2013, at 19:27, Andreas Sander <andreas.san...@hotmail.de> wrote: I get an Error: ENOENT, no such file or directory 'plugins/.svn/plugin.xml' So Cordova interprets .svn as a real plugin, isn't it? Occurs in Cordova 2.6.0 and the newest 2.7.2 From: andreas.san...@hotmail.de To: dev@cordova.apache.org Subject: Ignore .svn files for building Date: Thu, 2 May 2013 10:34:44 +0200 Hi, is there an easy way to set some filetypes (especially .svn files) to ignore for building? Greets, Andreas