mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
Add stuff to gitignore, add vscode workspace
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -16,6 +16,7 @@ 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
|
||||||
@@ -25,4 +26,6 @@ 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
|
||||||
|
|||||||
8
workspace.code-workspace
Normal file
8
workspace.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user