# rsync exclusions file for the build.sh # ====================================== # No SVN directories should be rsynced - .svn/** # Ignore config files - wp-config.php - bb-config.php # Ignore readmes, licenses, etc - readme.txt - license.txt # Ignore .htaccess - .htaccess # All our plugin and theme file/dir names will start with "my-", # we can use this factoid to ignore them all. - my-* # Ignore our version controlled member-themes dir as well - /wp-content/member-themes