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:
parent
7bf7637e5b
commit
31d72cede5
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
node_modules/*
|
||||
package-lock.json
|
||||
debug.log
|
||||
*.bin
|
||||
*.log
|
||||
*.bin
|
||||
.vscode/*
|
8
.vscode/arduino.json
vendored
8
.vscode/arduino.json
vendored
@ -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"
|
||||
}
|
25
.vscode/c_cpp_properties.json
vendored
25
.vscode/c_cpp_properties.json
vendored
@ -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
32
.vscode/settings.json
vendored
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user