Add stuff to gitignore, add vscode workspace

This commit is contained in:
fauthd
2021-03-16 16:47:09 +01:00
parent beab0f0c77
commit 4d6354db78
2 changed files with 12 additions and 1 deletions

5
.gitignore vendored
View File

@@ -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
View File

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