mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
- Always read system environment variables first, then override with .env file - Ensure all required keys are always present in generated types - Pass environment variables correctly in Docker build - Update .dockerignore to exclude build artifacts
14 lines
107 B
Text
14 lines
107 B
Text
node_modules
|
|
.git
|
|
.gitignore
|
|
.angular
|
|
dist
|
|
app
|
|
release
|
|
backup
|
|
*.log
|
|
.idea
|
|
.vscode
|
|
coverage
|
|
e2e-results
|
|
tmp
|