mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-20 13:45:54 +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`
|
||||
- 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`
|
||||
- External Device Testing: `docs/TESTING_EXTERNAL_DEVICES.md`
|
||||
- Gemini CLI Instructions: `docs/gemini.md`
|
||||
|
|
|
|||
1
web/.gitignore
vendored
1
web/.gitignore
vendored
|
|
@ -109,6 +109,7 @@ Thumbs.db
|
|||
# Temporary folders
|
||||
tmp/
|
||||
temp/
|
||||
release-check/
|
||||
|
||||
# Terminal session data (don't commit user sessions)
|
||||
~/.vibetunnel/
|
||||
|
|
|
|||
Loading…
Reference in a new issue