Files
InvoiceShelf/.dockerignore
T

51 lines
716 B
Plaintext

.idea/
.claude/
.git/
.github/
docker/
!docker/production/entrypoint.d
!docker/production/inject.sh
node_modules/
# Vite output is rebuilt in the image's static_builder stage; never ship a stale host build
public/build/
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
.phpstorm.meta.php
_ide_helper*.php
crowdin.yml
*.code-workspace
package-lock.json
phpunit.xml
readme.md