mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
* Add devenv subcommands for test / format * Rename dev-env-config to devenvconfig for consitency sake
46 lines
591 B
Plaintext
46 lines
591 B
Plaintext
.idea/
|
|
.git/
|
|
|
|
.github/
|
|
docker/
|
|
!docker/production/entrypoint.d
|
|
!docker/production/inject.sh
|
|
|
|
node_modules/
|
|
|
|
database/*.sqlite
|
|
storage/app/*
|
|
!storage/app/templates*
|
|
storage/fonts/*
|
|
storage/framework/cache/data/*
|
|
storage/framework/sessions/*
|
|
storage/framework/views/*
|
|
storage/logs/*
|
|
|
|
tests/
|
|
vendor/
|
|
|
|
.dockerignore
|
|
.devenvconfig
|
|
.editorconfig
|
|
.env
|
|
.env.testing
|
|
.eslintrc.mjs
|
|
.gitattributes
|
|
.gitignore
|
|
.prettierrc.json
|
|
devenv
|
|
|
|
CODE_OF_CONDUCT.md
|
|
Dockerfile
|
|
*.Dockerfile
|
|
LICENSE
|
|
Makefile
|
|
SECURITY.md
|
|
_ide_helper.php
|
|
crowdin.yml
|
|
invoiceshelf.code-workspace
|
|
package-lock.json
|
|
phpunit.xml
|
|
readme.md
|