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
6
web/.gitignore
vendored
6
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/
|
||||||
|
|
@ -113,4 +117,4 @@ tmp/
|
||||||
temp/
|
temp/
|
||||||
|
|
||||||
# Terminal session data (don't commit user sessions)
|
# Terminal session data (don't commit user sessions)
|
||||||
~/.vibetunnel/
|
~/.vibetunnel/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue