Add UWP tests to NPM ignore

The `react-native link` command will unintentionally link the `RNFS.Tests` project instead of the `RNFS` project. This adds `RNFS.Tests` to `.npmignore` so this is no longer a problem.
This commit is contained in:
Eric Rozell 2018-01-12 10:47:24 -05:00
parent 96df569410
commit 369a985cef

View File

@ -7,3 +7,6 @@ x86/
bin/
obj/
.vs/
# Don't publish tests to NPM
RNFS.Tests/