c37235381f
* feat(deployment): package as Docker image & Helm Chart * remove erroneous permission request * fix corepack issue * fix prettier * deployment testing of helm chart with ctlptl, tilt & kind * fix linting * remove need for license to be mounted * ensure consistency in naming * incorporate copilot comments * fix CI pipeline * fix * incorporate copilot review comments * include MIXPANEL environment variable * remove single quotes from NODE_ENV ARG --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
42 lines
379 B
Plaintext
42 lines
379 B
Plaintext
# Irrelevant source files
|
|
deployment/
|
|
|
|
# Build output and other temporary files
|
|
.husky/_/
|
|
.netlify/
|
|
.nuxt/
|
|
dist/
|
|
node_modules/
|
|
|
|
# Version control
|
|
.git/
|
|
.gitignore
|
|
|
|
# GitHub / CI metadata
|
|
.github/
|
|
|
|
# Environment files
|
|
.env
|
|
*.env
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE / editor settings
|
|
.vscode/
|
|
.idea/
|
|
.zed/
|
|
*.iml
|
|
|
|
# OS / editor junk
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|
|
# AI
|
|
.claude/
|
|
.cursor/
|
|
|
|
# testing
|
|
tests/
|