remove workspace.code-workspace

This commit is contained in:
proddy
2021-03-16 17:41:42 +01:00
parent 478e6362c9
commit c0944433be
2 changed files with 3 additions and 12 deletions

7
.gitignore vendored
View File

@@ -1,5 +1,7 @@
# vscode # vscode
.vscode .vscode
.directory
workspace.code-workspace
# build # build
build/ build/
@@ -16,7 +18,6 @@ pio_local.ini
# OS specific # OS specific
.DS_Store .DS_Store
*Thumbs.db *Thumbs.db
.directory
# project specfic # project specfic
/scripts/stackdmp.txt /scripts/stackdmp.txt
@@ -26,6 +27,4 @@ emsesp
/interface/build /interface/build
/interface/node_modules /interface/node_modules
/interface/.eslintcache /interface/.eslintcache
# /interface/package-lock.json # this file will be modified by npm! What can we do here?
package-lock.json
package.json

View File

@@ -1,8 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}