mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
refactor: clean up stray files in web/ directory (#386)
This commit is contained in:
parent
84b7467e83
commit
986fa3a9ff
5 changed files with 2 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ For tasks requiring massive context windows (up to 2M tokens) or full codebase a
|
||||||
|
|
||||||
- Architecture Details: `docs/ARCHITECTURE.md`
|
- Architecture Details: `docs/ARCHITECTURE.md`
|
||||||
- API Specifications: `docs/spec.md`
|
- API Specifications: `docs/spec.md`
|
||||||
- Server Implementation Guide: `web/spec.md`
|
- Server Implementation Guide: `web/docs/spec.md`
|
||||||
- Build Configuration: `web/package.json`, `mac/Package.swift`
|
- Build Configuration: `web/package.json`, `mac/Package.swift`
|
||||||
- External Device Testing: `docs/TESTING_EXTERNAL_DEVICES.md`
|
- External Device Testing: `docs/TESTING_EXTERNAL_DEVICES.md`
|
||||||
- Gemini CLI Instructions: `docs/gemini.md`
|
- Gemini CLI Instructions: `docs/gemini.md`
|
||||||
|
|
|
||||||
1
web/.gitignore
vendored
1
web/.gitignore
vendored
|
|
@ -109,6 +109,7 @@ Thumbs.db
|
||||||
# Temporary folders
|
# Temporary folders
|
||||||
tmp/
|
tmp/
|
||||||
temp/
|
temp/
|
||||||
|
release-check/
|
||||||
|
|
||||||
# Terminal session data (don't commit user sessions)
|
# Terminal session data (don't commit user sessions)
|
||||||
~/.vibetunnel/
|
~/.vibetunnel/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue