Skip to content

Commit 61ef400

Browse files
peppescgclaude
andauthored
chore: improve .dockerignore and move json-schema-faker to devDependencies (#484)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b00f5b8 commit 61ef400

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

.dockerignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,21 @@ README.md
1414
coverage
1515
.vercel
1616

17+
# Build artifacts not needed in Docker
18+
tsconfig.tsbuildinfo
19+
playwright-report/
20+
test-results/
21+
.vitest/
22+
23+
# Dev/test files not needed in production image
24+
tests/
25+
scripts/
26+
dev-auth/
27+
src/mocks/
28+
docker-compose.yaml
29+
biome.json
30+
knip.ts
31+
vitest.setup.ts
32+
openapi-ts.config.ts
33+
swagger.json
34+
.pnpm-debug.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"clsx": "2.1.1",
5858
"date-fns": "^4.1.0",
5959
"dexie": "^4.2.1",
60-
"json-schema-faker": "^0.5.6",
6160
"lucide-react": "^0.577.0",
6261
"msw": "^2.12.2",
6362
"nanoid": "^5.1.6",
@@ -96,6 +95,7 @@
9695
"dotenv": "^17.2.3",
9796
"husky": "^9.1.7",
9897
"jsdom": "^29.0.0",
98+
"json-schema-faker": "^0.5.6",
9999
"lint-staged": "^16.0.0",
100100
"oidc-provider": "^9.5.2",
101101
"tailwindcss": "^4",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)