Files
website/.dockerignore
Matt e0e334852e
All checks were successful
build-website / build (push) Successful in 2m37s
fix: resolve Next.js build failure by removing Vue archive
- Removed vue-archive directory containing old Nuxt code
- Removed harborsmith-nextjs temporary directory
- Updated tsconfig.json to exclude archived directories
- Updated .dockerignore to exclude archived code
- Updated .gitignore with proper Next.js patterns
- Updated README.md to reflect current project structure

Build now completes successfully without TypeScript errors.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 19:46:46 +02:00

54 lines
442 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-error.log
.pnpm-store
# Next.js
.next
out
build
dist
# Testing
coverage
.nyc_output
# Environment
.env
.env.*
!.env.example
# Git
.git
.gitignore
.gitea
# Documentation
*.md
docs
# IDE
.vscode
.idea
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Development
.docker
docker-compose.dev.yml
docker-compose.test.yml
# Temporary files
tmp
temp
*.tmp
# Archived code
vue-archive
harborsmith-nextjs