Skip to content

Commit 0ababdf

Browse files
committed
chore: clean stale devcontainer docs and local artifacts
1 parent b61e3ab commit 0ababdf

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.devcontainer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Containers extension) or GitHub Codespaces and use that environment for all work
88
The devcontainer starts one service named `app` and exposes:
99

1010
- **Port 4000:** Ruby app
11-
- **Port 4001:** Astro dev server
11+
- **Port 4001:** Vite dev server
1212

1313
The repo is mounted at `/workspace`. Bundler gems are cached in a Docker volume to speed up
1414
future launches.
@@ -29,9 +29,9 @@ network access is available.
2929
## Common commands (run inside the container)
3030

3131
```
32-
make dev # Ruby + Astro
32+
make dev # Ruby + Vite
3333
make dev-ruby # Ruby only
34-
make dev-frontend # Astro only
34+
make dev-frontend # frontend only
3535
make test # Ruby + frontend tests
3636
make ready # RuboCop + RSpec (pre-commit gate)
3737
```

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
/tmp/rack-cache-*
3737

3838

39-
# Ignore Astro frontend build output
39+
# Ignore frontend build output and tooling caches
4040
/frontend/dist/
41-
/frontend/.astro/
4241
/frontend/node_modules/
4342
/public/frontend
4443
/frontend/playwright-report/
@@ -51,4 +50,7 @@
5150
# Frontend logs
5251
*.log
5352

53+
# macOS Finder metadata
54+
.DS_Store
55+
5456
.yardoc

0 commit comments

Comments
 (0)