mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-20 13:45:54 +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-error.log*
|
||||
|
||||
# Generated shit
|
||||
public/components
|
||||
public/app-new*
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
|
|
@ -113,4 +117,4 @@ tmp/
|
|||
temp/
|
||||
|
||||
# Terminal session data (don't commit user sessions)
|
||||
~/.vibetunnel/
|
||||
~/.vibetunnel/
|
||||
|
|
|
|||
Loading…
Reference in a new issue