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

0
hassio/.gitignore vendored
View File