Remove vscode config from version control (#172)

This commit is contained in:
Sebastian Muszynski 2024-06-21 07:16:09 +02:00 committed by GitHub
parent af99b1d586
commit 9702369a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea/
.vscode/
secrets.yaml
.esphome/
**/.pioenvs/

View File

@ -1,5 +0,0 @@
{
"files.associations": {
"__nullptr": "cpp"
}
}