Modify .gitignore and remove vscode config file

This commit is contained in:
Nanosonde 2020-07-06 17:45:25 +02:00
parent 1fde999bd8
commit 9d47def140
2 changed files with 1 additions and 11 deletions

View File

@ -1,5 +1,2 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode

View File

@ -1,7 +0,0 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}