authentikate/.gitignore
Javier Feliz c453477c0c
Some checks failed
linter / quality (push) Successful in 11m54s
tests / ci (push) Successful in 12m37s
Build & Push Docker Image to Registry / build (release) Failing after 7m45s
Remove docs folder before building container
2025-08-04 20:01:17 -04:00

32 lines
448 B
Plaintext

/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/auth.json
/.fleet
/.idea
/.nova
/.vscode
/.zed
/storage/oauth/*
/storage/testing/*
/storage/avatars/*
**/caddy
frankenphp
frankenphp-worker.php
/docs/.vitepress/cache
/docs/node_modules
/docs/.vitepress/dist/*