Browse code

adding gitignore for build folder

Louis authored on02/10/2022 21:28:24
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+# Ignore everything
2
+build/*
3
+
4
+# but pbw built
5
+!build/bike_companion.pbw
0 6
\ No newline at end of file