Skip to content

Commit 9df4bac

Browse files
committed
Updated ignore files
1 parent 2712255 commit 9df4bac

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,11 @@ com_crashlytics_export_strings.xml
130130
crashlytics.properties
131131
crashlytics-build.properties
132132
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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ tslint.json
55
.vscode
66
.idea
77
.github
8-
/.gfx
8+
/.gfx
9+
/asdf.jpg
10+
/foo_asdf_bar.jpg
11+
/asdf.png
12+
/asdf_bar.jpg
13+
/foo_asdf.jpg

0 commit comments

Comments
 (0)