mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
We apparently need to ignore some files
This commit is contained in:
parent
d6f7d81155
commit
8f2219f9f9
1 changed files with 5 additions and 1 deletions
4
web/.gitignore
vendored
4
web/.gitignore
vendored
|
|
@ -4,6 +4,10 @@ npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Generated shit
|
||||||
|
public/components
|
||||||
|
public/app-new*
|
||||||
|
|
||||||
# Build outputs
|
# Build outputs
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue