Make corrections to .gitignore for directories (#14567)

This commit is contained in:
Steve Repsher 2022-12-06 07:04:18 -05:00 committed by GitHub
parent f5385ba277
commit 745753c526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

18
.gitignore vendored
View File

@ -2,20 +2,20 @@
.reify-cache .reify-cache
# build # build
build build/
hass_frontend/* dist/
dist /hass_frontend/
translations /translations/
# yarn # yarn
.yarn/* .yarn/**
!.yarn/patches !.yarn/patches
!.yarn/releases !.yarn/releases
!.yarn/plugins !.yarn/plugins
!.yarn/sdks !.yarn/sdks
!.yarn/versions !.yarn/versions
.pnp.* .pnp.*
node_modules/* /node_modules/
yarn-error.log yarn-error.log
npm-debug.log npm-debug.log
@ -27,11 +27,11 @@ npm-debug.log
# venv stuff # venv stuff
pyvenv.cfg pyvenv.cfg
pip-selfcheck.json pip-selfcheck.json
venv/* /venv/
.venv .venv
# vscode # vscode
.vscode/* .vscode/**
!.vscode/extensions.json !.vscode/extensions.json
!.vscode/launch.json !.vscode/launch.json
!.vscode/tasks.json !.vscode/tasks.json
@ -46,4 +46,4 @@ src/cast/dev_const.ts
.tool-versions .tool-versions
# Home Assistant config # Home Assistant config
/config /config/

0
hassio/.gitignore vendored
View File