mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspireupdate.git
synced 2026-07-15 09:36:33 +08:00
18 lines
364 B
Text
18 lines
364 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
|
|
|
|
# Decoupled translation updating.
|
|
!/vendor/afragen
|