mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-02-28 23:10:29 +00:00
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.
13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
|
|
# Make sure we don't publish build artifacts to NPM
|
|
ARM/
|
|
Debug/
|
|
x64/
|
|
x86/
|
|
bin/
|
|
obj/
|
|
.vs/
|
|
|
|
# Don't publish tests to NPM
|
|
RNFS.Tests/
|