Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add .distignore for automatic deployment control (#146)
The deployment action utilizes "git archive" if no .distignore is specified. Doing so, the minified JS/CSS resources are ignored, because .gitattributes is processed for excludes, but the generated files are not actually part of git and thus won't become part of the archive. Using explicit .distignore list we now separate git / Compsoer excludes from WP deployment. This triggers simple "rsync" without git logic.
- Loading branch information