add .gitignore
This commit is contained in:
parent
7387694723
commit
981c33f8bf
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.vscode
|
4
.vscode/arduino.json
vendored
4
.vscode/arduino.json
vendored
@ -1,4 +0,0 @@
|
||||
{
|
||||
"board": "arduino:avr:uno",
|
||||
"sketch": "wordclock.ino"
|
||||
}
|
22
.vscode/c_cpp_properties.json
vendored
22
.vscode/c_cpp_properties.json
vendored
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user