[Infrastructure] Reduce npm package size (#523)

**To test:**
```sh
npm pack --dry-run
```


**Diff:**
|   | package size | unpacked size |
|---|---|---|
|Before| 39.9 kB | 166.6 kB |
|After| 37.4 kB | 160.4 kB |

- https://unpkg.com/browse/react-native-config@1.4.1/windows/.gitignore
This commit is contained in:
David Narbutovich 2020-11-16 16:20:22 +02:00 committed by GitHub
parent 210ff68e13
commit 9fa6ddcee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@
"windows/",
"index.js",
"index.d.ts",
"react-native-config.podspec"
"react-native-config.podspec",
"!.*ignore"
],
"types": "./index.d.ts",
"license": "MIT",