mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspireupdate.git
synced 2026-07-16 09:46:32 +08:00
* Add Coding Standard. * Add PHPCS cache directory. * Coding Standards: Apply PHPCBF to codebase. * Coding Standards: Add GitHub workflow. --------- Signed-off-by: Alex Sirota <alex@newpathconsulting.com> Co-authored-by: Alex Sirota <alex@newpathconsulting.com>
13 lines
257 B
Text
13 lines
257 B
Text
# gitignore files for Aspire Update
|
|
|
|
# Files and folders related to build and test tools.
|
|
.phpunit.result.cache
|
|
/phpunit.xml
|
|
/vendor
|
|
.cache/*
|
|
/tests/cache
|
|
/tests/coverage
|
|
.DS_Store
|
|
|
|
# Track placeholders so that empty directories stay in the repo.
|
|
!.gitkeep
|