Initial commit with GitLab CI/CD pipeline

This commit is contained in:
Emmanuel
2026-01-06 22:17:37 +01:00
commit b5a5b973f7
12 changed files with 779 additions and 0 deletions

49
.dockerignore Normal file
View File

@@ -0,0 +1,49 @@
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.gitlab-ci.yml
# Environment files (never include in image)
.env
.env.*
!.env.example
# Documentation
README.md
*.md
docs/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Test files (optional - include if you want tests in image)
*.test.ts
**/*.test.ts
# Build artifacts
*.tar
image.tar
# Deno cache (will be regenerated in container)
.deno/
# JetBrains
deep-lite.iml
# Claude Code plans
.claude/