web/.dockerignore

34 lines
515 B
Text
Raw Permalink Normal View History

2026-08-23 00:01:26 +02:00
node_modules/
npm-debug.log*
vendor/
# Produced by the builder stages; never copy a local build in.
public/build/
public/hot
2026-08-23 00:01:26 +02:00
.env
.env.*
!.env.example
.git/
.gitignore
.claude/
.idea/
.vscode/
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
# Generated on the host with dev dependencies present; packages.php would
# register providers (laravel/pail, sail, ...) that --no-dev never installs.
bootstrap/cache/*.php
2026-08-23 00:01:26 +02:00
tests/
README.md
docs/
compose.yaml
.forgejo/