We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2712255 commit 9df4bacCopy full SHA for 9df4bac
.gitignore
@@ -130,3 +130,11 @@ com_crashlytics_export_strings.xml
130
crashlytics.properties
131
crashlytics-build.properties
132
fabric.properties
133
+
134
+# Test data
135
+/lib/provider/opencv/__mocks__/output.jpg
136
+/asdf.jpg
137
+/foo_asdf_bar.jpg
138
+/asdf.png
139
+/asdf_bar.jpg
140
+/foo_asdf.jpg
.npmignore
@@ -5,4 +5,9 @@ tslint.json
5
.vscode
6
.idea
7
.github
8
-/.gfx
+/.gfx
9
10
11
12
13
0 commit comments