mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
add custom node folder to ignore
This commit is contained in:
parent
1449ce0c23
commit
dbe280a68e
1 changed files with 3 additions and 0 deletions
3
web/.gitignore
vendored
3
web/.gitignore
vendored
|
|
@ -112,5 +112,8 @@ lint_output.txt
|
||||||
# Native build output
|
# Native build output
|
||||||
native/
|
native/
|
||||||
|
|
||||||
|
# Custom Node.js builds
|
||||||
|
.node-builds/
|
||||||
|
|
||||||
# Bun lockfile (generated during native build)
|
# Bun lockfile (generated during native build)
|
||||||
bun.lock
|
bun.lock
|
||||||
Loading…
Reference in a new issue