From 9b16abd46a7015a158413beeab2ac67430f0e14e Mon Sep 17 00:00:00 2001
From: dorababu <dorababu@subcom.tech>
Date: Fri, 2 Sep 2022 10:34:50 +0530
Subject: [PATCH] ignore temp DIRs

---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..238b378
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# ignore all temp DIRs
+**/.pio
+*/build
+**/build 
+*/.pio
+
-- 
GitLab