From a665eeaca3fa38813797daf7aeea70037fa7fa1a Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Mon, 15 Oct 2018 19:18:04 +0100 Subject: [PATCH] removed files to be ignored --- .gitignore | 2 ++ .vscode/arduino.json | 5 ----- .vscode/c_cpp_properties.json | 14 -------------- 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .vscode/arduino.json delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.gitignore b/.gitignore index a4ab645..a1da849 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ linter.xml lolin32/ +.DS_Store/ + .travis.yml .pioenvs/ .piolibdeps/ diff --git a/.vscode/arduino.json b/.vscode/arduino.json deleted file mode 100644 index 0d745e0..0000000 --- a/.vscode/arduino.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "board": "esp8266:esp8266:huzzah", - "configuration": "CpuFrequency=80,FlashSize=4M3M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,UploadSpeed=115200", - "port": "COM3" -} \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 6a9ebde..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "C:\\Users\\Chris\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**", - "C:\\Users\\Chris\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.3.0\\**" - ], - "forcedInclude": [], - "intelliSenseMode": "msvc-x64" - } - ], - "version": 4 -} \ No newline at end of file