We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51c635f + db59cfc commit 87bf611Copy full SHA for 87bf611
1 file changed
.gitignore
@@ -0,0 +1,9 @@
1
+# Ignore all bmp, png, jpeg files
2
+*.bmp
3
+*.png
4
+*.jpeg
5
+
6
+# But keep specific ones that start with 'in.' for input ones
7
+!in.bmp
8
+!in.png
9
+!in.jpeg
0 commit comments