aspirecloud-plugin/.gitignore
Namith Jawahar e2865b6af7 Initial Scaffolding
Initial Scaffolding
2025-07-18 01:09:39 +05:30

15 lines
312 B
Text

# gitignore files for Aspire Update
# Files and folders related to build and test tools.
.phpunit.result.cache
/phpunit.xml
/vendor/*
/node_modules/*
.cache/*
/tests/phpunit/cache
/tests/phpunit/coverage
/tests/e2e/artifacts
.DS_Store
# Track placeholders so that empty directories stay in the repo.
!.gitkeep