1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00

cleanup .gitignore, exclude .vscode folder

This commit is contained in:
sjorsjuhmaniac 2021-03-05 10:53:02 +01:00 committed by tjfsteele
parent 7bf7637e5b
commit 31d72cede5
4 changed files with 3 additions and 67 deletions

5
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules/*
package-lock.json
debug.log
*.bin
*.log
*.bin
.vscode/*

View File

@ -1,8 +0,0 @@
{
"board": "esp8266:esp8266:nodemcuv2",
"output": "D://Users//Robert//Documents//GitHub//build",
"configuration": "xtal=160,vt=flash,exception=legacy,ssl=all,eesz=4M2M,led=2,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=921600",
"port": "COM4",
"prebuild": "D://Users//Robert//Documents//GitHub//Rvdb//autoinc-semver//semver-incr-build.bat ./version.h",
"sketch": "OTGW-firmware.ino"
}

View File

@ -1,25 +0,0 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"D:\\winAPP\\Arduino\\libraries\\**",
"C:\\Users\\Robert\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\**",
"C:\\Users\\Robert\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.4\\**",
"C:\\Users\\Robert\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**",
"C:\\Users\\Robert\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.7.4\\**",
"D:\\Users\\Robert\\Documents\\Arduino\\libraries\\**",
"${workspaceFolder}\\**"
],
"forcedInclude": [],
"intelliSenseMode": "msvc-x64",
"compilerPath": "D:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"defines": [
"USBCON"
]
}
],
"version": 4
}

32
.vscode/settings.json vendored
View File

@ -1,32 +0,0 @@
{
"files.associations": {
"*.yaml": "home-assistant",
"xlocale": "cpp",
"xstring": "cpp",
"*.tcc": "cpp",
"ostream": "cpp",
"algorithm": "cpp",
"xhash": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"istream": "cpp",
"vector": "cpp",
"string": "cpp",
"fstream": "cpp",
"cstring": "cpp",
"regex": "cpp",
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"initializer_list": "cpp",
"sstream": "cpp",
"iosfwd": "cpp",
"xlocbuf": "cpp",
"random": "cpp",
"chrono": "cpp",
"system_error": "cpp",
"cstddef": "cpp"
}
}