Files
shorty/qr-web/.dockerignore
mifi 29be8d6307
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status
Fixes for timeouts (maybe?) and fix for Traefik Basic Auth password
2026-02-07 14:11:44 -03:00

32 lines
358 B
Plaintext

# Dependencies (reinstalled in image)
node_modules
.pnpm-store
# Build output (rebuilt in image)
.next
out
dist
# Dev and test
coverage
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
vitest.config.ts
.env
.env.*
!.env.example
# Git and IDE
.git
.gitignore
.dockerignore
*.md
Dockerfile
# Generated
next-env.d.ts
*.tsbuildinfo
traefik-kutt-timeout.example.yml