aspireupdate/.gitignore
Colin Stewart c8238ba74b
Add coding standard. (#127)
* 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>
2024-11-05 04:43:57 -05:00

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