mirror of
https://github.com/github/gitignore
synced 2024-11-29 15:14:21 +01:00
32 lines
540 B
Plaintext
32 lines
540 B
Plaintext
# 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
|