add .gitignore
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.vscode
|
||||||
Vendored
-4
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"board": "arduino:avr:uno",
|
|
||||||
"sketch": "wordclock.ino"
|
|
||||||
}
|
|
||||||
Vendored
-22
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Linux",
|
|
||||||
"includePath": [
|
|
||||||
"/opt/arduino/tools/**",
|
|
||||||
"/opt/arduino/hardware/arduino/avr/**",
|
|
||||||
"/home/lhaubaum/.arduino15/packages/arduino/hardware/avr/1.8.3/**",
|
|
||||||
"/home/lhaubaum/.arduino15/packages/arduino/tools/**"
|
|
||||||
],
|
|
||||||
"forcedInclude": [
|
|
||||||
"/opt/arduino/hardware/arduino/avr/cores/arduino/Arduino.h",
|
|
||||||
"/home/lhaubaum/.arduino15/packages/arduino/hardware/avr/1.8.3/cores/arduino/Arduino.h"
|
|
||||||
],
|
|
||||||
"intelliSenseMode": "gcc-x64",
|
|
||||||
"compilerPath": "/usr/bin/gcc",
|
|
||||||
"cStandard": "c11",
|
|
||||||
"cppStandard": "c++17"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user