Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 29 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
node_modules
dist
dist-electron
dist-cloud
release
logs
*.log
*.db
*.db-journal
*.db-wal
*.db-shm
.env
.env.*
.git
.github
.idea
.vscode
.claude
.planning
.wrangler
apps
docs
mobile
programs
target
test-results
playwright-report
playwright/.cache
apps/seeker-mobile/.expo
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_modules
dist
dist-ssr
dist-electron
dist-cloud
release
*.local

Expand Down
Loading
Loading