mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
remove workspace.code-workspace
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user