From 05605445ff475de8b9c9190a897f38d68c869e03 Mon Sep 17 00:00:00 2001 From: David <4661784+retyui@users.noreply.github.com> Date: Tue, 10 Nov 2020 22:03:39 +0200 Subject: [PATCH] [other] Reduce npm package size - https://npmfs.com/package/react-native-push-notification/6.1.3/ --- .npmignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 8c497b0dd..84ba28601 100644 --- a/.npmignore +++ b/.npmignore @@ -62,4 +62,13 @@ local.properties example # Git -.git \ No newline at end of file +.git + +# GitHub +.github/* + +# Docs +submitting-a-pull-request.md + +# Vscode +.vscode/*