From dccaed86470f1de7a6888aa747f18fdd63185b58 Mon Sep 17 00:00:00 2001 From: Alex Xavier Date: Tue, 14 Jan 2020 19:20:05 -0300 Subject: [PATCH] Create a gitignore for ReactNative lib developer --- ReactNative.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ReactNative.gitignore diff --git a/ReactNative.gitignore b/ReactNative.gitignore new file mode 100644 index 00000000..f995be06 --- /dev/null +++ b/ReactNative.gitignore @@ -0,0 +1,31 @@ +# gitignore template for React Native +# website: https://facebook.github.io/react-native/ + +# Node Folder +node_modules + +# When to use Expo +# website: https://expo.io/ +# Expo Manager temporary files +*.expo +*.expo-shared + +# When using the VSCODE Editor +# website: https://code.visualstudio.com/ +*.vscode + +# When using Watchman +# website: https://facebook.github.io/watchman/ +*.watchmanconfig + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Keystore Files +*.keystore +*.jks +*.p12 +*.key + +# Apple Certificates +*.mobileprovision