Skip to content

Instantly share code, notes, and snippets.

View AhmetSBulbul's full-sized avatar

Ahmet Safa Bülbül AhmetSBulbul

View GitHub Profile
@AhmetSBulbul
AhmetSBulbul / .gitignore
Last active May 27, 2021 20:50 — forked from pingrishabh/.gitignore
Standardised gitignore for your Flutter apps & Dart projects
### Flutter Generated
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
.DS_Store
.atom/
#define trigPin 6
#define echoPin 7
int Yesil_Led = 4;
int Kirmizi_Led = 2;
int Buzzer = 4;
int Buton = 12;
int Reset_Butonu = 13;
int Buton_deger = 0;
int Reset_deger = 0;
int a = 0;