feat: Update .gitignore to include data directory and remove example sketch.ino

pull/10/head
David Montero Crespo 2026-03-07 19:31:16 -03:00
parent f2b275c03d
commit b72846c969
3 changed files with 2 additions and 11 deletions

1
.gitignore vendored
View File

@ -78,3 +78,4 @@ wokwi-libs/*/.cache/
.history/*
.daveagent/*
example_zip/*
data/*

View File

@ -1,11 +0,0 @@
// Arduino Blink Example
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
digitalWrite(LED_BUILTIN, HIGH);
delay(1000);
digitalWrite(LED_BUILTIN, LOW);
delay(1000);
}

1
frontend/.gitignore vendored
View File

@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
data/*