Skip to content

Commit

Permalink
Add why some js/ts files start with underscore to README
Browse files Browse the repository at this point in the history
  • Loading branch information
YayunHuang committed Aug 27, 2024
1 parent e795443 commit 4be4881
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ Now, in your terminal:
- Press Esc to close image window
5. In `src/scripts/device_info.json`, add the `device_id` to the `device_cat` it belongs to
6. Run `npx prettier src/scripts/device_info.json --write` to format `src/scripts/device_info.json`
### About `src/pages/**/_*.ts`
You might observe some js/ts files with underscroe `_` prefix. This is because ...
ref https://docs.astro.build/en/guides/routing/#excluding-pages

0 comments on commit 4be4881

Please sign in to comment.