Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ build/
# NOTE: src/ and tsconfig.json are needed for building inside Docker
test/
tests/
*.test.ts
*.spec.ts
*.test.js
*.spec.js
**/*.test.ts
**/*.spec.ts
**/*.test.js
**/*.spec.js
.vscode/
.idea/
.settings/
Expand Down Expand Up @@ -63,8 +63,12 @@ test-results/
# Frontend test configuration
public/jest.config.js
public/jest.setup.js
public/vitest.config.js
public/vitest.setup.js
public/coverage/
public/app/**/__tests__/
public/app/test-helpers/
public/bun-test.setup.js

# Logs
logs/
Expand Down Expand Up @@ -124,4 +128,11 @@ start-migration-dev.sh
!docker-entrypoint.sh
Makefile
release/
release/

# Development-only scripts
scripts/run-electron-dev.js
scripts/setup-local.js
scripts/upload-bundle-analysis.js
scripts/check-coverage.ts
scripts/check-test-coverage.ts
scripts/**/*.spec.ts
Loading
Loading