f1cca454e2
- image web-dev:1.0.0, container web-dev, network dev_edge - NEXT_PUBLIC_* build args resolved from gitignored .env.production (api-dev/app-dev URLs) so the dev bundle targets the dev API. - ignore .env.production (dev secrets) in this branch.
18 lines
238 B
Plaintext
18 lines
238 B
Plaintext
.idea/
|
|
.vscode/
|
|
node_modules/
|
|
build/
|
|
.DS_Store
|
|
*.tgz
|
|
my-app*
|
|
template/src/__tests__/__snapshots__/
|
|
lerna-debug.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/.changelog
|
|
.npm/
|
|
|
|
# Dev environment secrets (never commit)
|
|
.env.production
|