Initial commit with GitLab CI/CD pipeline
This commit is contained in:
49
.dockerignore
Normal file
49
.dockerignore
Normal 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/
|
||||
Reference in New Issue
Block a user