Ignore file from npm pack.
This commit is contained in:
parent
b1494e784d
commit
b4414b6477
|
@ -35,3 +35,6 @@ node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
lib/android/src/main/gen
|
lib/android/src/main/gen
|
||||||
example/android/app/src/main/gen
|
example/android/app/src/main/gen
|
||||||
|
|
||||||
|
# build
|
||||||
|
react-native-fast-image-*.tgz
|
||||||
|
|
|
@ -4,6 +4,7 @@ docs
|
||||||
# Build
|
# Build
|
||||||
android/build
|
android/build
|
||||||
ios/build
|
ios/build
|
||||||
|
react-native-fast-image-*.tgz
|
||||||
|
|
||||||
# We need to ignore some things in submodules.
|
# We need to ignore some things in submodules.
|
||||||
# This probably isn't everything we'd like to ignore but it's good enough.
|
# This probably isn't everything we'd like to ignore but it's good enough.
|
||||||
|
|
Loading…
Reference in New Issue