Browse code

gitignore hidden files

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