mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
remove workspace.code-workspace
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
# vscode
|
||||
.vscode
|
||||
.directory
|
||||
workspace.code-workspace
|
||||
|
||||
# build
|
||||
build/
|
||||
@@ -16,7 +18,6 @@ pio_local.ini
|
||||
# OS specific
|
||||
.DS_Store
|
||||
*Thumbs.db
|
||||
.directory
|
||||
|
||||
# project specfic
|
||||
/scripts/stackdmp.txt
|
||||
@@ -26,6 +27,4 @@ emsesp
|
||||
/interface/build
|
||||
/interface/node_modules
|
||||
/interface/.eslintcache
|
||||
# /interface/package-lock.json # this file will be modified by npm! What can we do here?
|
||||
package-lock.json
|
||||
package.json
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user