mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireExplorer.git
synced 2026-05-30 23:44:42 +08:00
14 lines
278 B
Text
14 lines
278 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/*
|
|
.DS_Store
|
|
composer.lock
|
|
package-lock.json
|
|
|
|
# Track placeholders so that empty directories stay in the repo.
|
|
!.gitkeep
|