mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-06 11:25:52 +00:00
Add build artifacts to .gitignore and remove from tracking
- Add all JavaScript build outputs to .gitignore - Remove compiled files from git tracking - Keep source files in TypeScript only 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7f63c9e168
commit
99bd45271c
1 changed files with 5 additions and 0 deletions
5
web/.gitignore
vendored
5
web/.gitignore
vendored
|
|
@ -9,6 +9,11 @@ dist/
|
|||
build/
|
||||
public/app.js
|
||||
public/app.js.map
|
||||
public/app-new.js
|
||||
public/app-new.js.map
|
||||
public/app-new-entry.js
|
||||
public/app-new-entry.js.map
|
||||
public/components/
|
||||
public/output.css
|
||||
|
||||
# Logs
|
||||
|
|
|
|||
Loading…
Reference in a new issue