feat: add Docker configuration and health check endpoint while updating analytics filtering and build types
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Next.js
|
||||
.next
|
||||
out
|
||||
dist
|
||||
build
|
||||
|
||||
# Environment files (will be injected at runtime)
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# Version control
|
||||
.git
|
||||
.gitattributes
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Python (legacy)
|
||||
__pycache__
|
||||
*.py
|
||||
*.pyw
|
||||
requirements.txt
|
||||
|
||||
# Docs & Scripts
|
||||
docs
|
||||
*.md
|
||||
!README.md
|
||||
*.bat
|
||||
ROADMAP.md
|
||||
|
||||
# Supabase (not needed in Docker image)
|
||||
supabase
|
||||
|
||||
# Artifacts / Gemini
|
||||
.artifacts
|
||||
.gemini
|
||||
Reference in New Issue
Block a user