Files
tabatago/admin-web/.dockerignore
Millian Lamiaux cb86bf55b3
Some checks failed
CI / Detect Changes (pull_request) Successful in 4s
CI / Admin Web CI (pull_request) Failing after 39s
CI / YouTube Worker (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
PR → Build → WiFi/USB Deploy → LGTM / Build & Deploy to iPhone (WiFi/USB) (pull_request) Failing after 2m15s
PR → Build → WiFi/USB Deploy → LGTM / Wait for LGTM comment (pull_request) Has been skipped
feat: add admin-web Docker build & push workflow with semantic-release
2026-07-12 19:11:15 +02:00

29 lines
265 B
Plaintext

# Dépendances & caches
node_modules
.next
out
build
# VCS & IDE
.git
.gitignore
.vscode
# Env locaux
.env
.env.*
!.env.test.example
# Tests & couverture
e2e
test
test-results
playwright-report
coverage
*.tsbuildinfo
# Divers
.DS_Store
npm-debug.log*
README.md