lib/xrefresh-server.rb in darwin-xrefresh-server-0.2.1 vs lib/xrefresh-server.rb in darwin-xrefresh-server-0.2.2
- old
+ new
@@ -40,10 +40,10 @@
# every file is split to dir and file part (for example /Users/mick/proj/coolapp and some_file.rb)
# both include filters must be satisfied
# both exclude filters must not be satisfied
# empty value means "apply no filtering"
dir_include:
-dir_exclude: ^#{File.expand_path('~')}/Library|/\\.(svn|framework|app|pbproj|pbxproj|xcode(proj)?|bundle)/
+dir_exclude: ^#{File.expand_path('~')}/Library|/\\.(svn|git|framework|app|pbproj|pbxproj|xcode(proj)?|bundle)/
file_include:
file_exclude: ^(CVS|SCCS|vssver.?.scc|\\.(cvsignore|git|svn|DS_Store)|_svn|Thumbs\\.db)$|~$|^(\\.(?!htaccess)[^/]*|\\.(tmproj|o|pyc)|svn-commit(\\.[2-9])?\\.tmp)$ # merged TextMate and Netbeans patterns
# xpert settings
host: #{GServer::DEFAULT_HOST}
\ No newline at end of file