Skip to content
Merged
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: 21 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,24 @@
**/secrets.env
**/signed-api.json
**/.DS_Store

# Extras (not part of .gitignore)
.dockerignore
.eslintrc.js
.git
.gitattributes
.github
.gitignore
.husky
.prettierignore
.prettierrc
**/.feature.ts
**/.test.ts
**/jest.config.js
**/test
Dockerfile
jest.setup.js
packages/e2e
packages/performance-test
renovate.json
scripts
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node
Expand Down