Initial import of HarborSmith website
Some checks failed
build-website / build (push) Failing after 1m2s

This commit is contained in:
2025-09-18 22:20:01 +02:00
commit ec72c5d62b
168 changed files with 65020 additions and 0 deletions

49
.dockerignore Normal file
View File

@@ -0,0 +1,49 @@
# 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