# Paths excluded from the SVN deploy by 10up/action-wordpress-plugin-deploy.
# Anything matched here will NOT be copied into svn/trunk on wordpress.org.
# Mirrors the exclusions baked into `gulp deployVersion` (tests, dev configs, etc).

# Test suite
tests
phpunit.xml

# Distignore itself
.distignore

# IDE / editor cruft (defensive in case it ends up in the plugin dir)
.idea
.vscode
.DS_Store
