Cloudflared binaries
linuztx committed
Nov 10, 2024 at 14:53 UTC
d94c3b046769a59fedca35a3b2e7e03222b7053c
1 file changed
+5
.gitignore
+5
@@ -61,3 +61,8 @@ instruments/**/*.*
61
# Explicitly allow the default folder and its contents
62
!instruments/default/
63
!instruments/default/**
64
+
65
+# Ignore all contents of the directory "bin"
66
+bin/*
67
+# But do not ignore the directory itself
68
+!bin/.gitkeep
\ No newline at end of file