Created
April 3, 2018 17:57
-
-
Save hmps/c24f78e5ff2f62b4f5c2352957baeeb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"files.exclude": { | |
".vscode/": true, | |
"**/.DS_Store": true, | |
"**/.git": true, | |
"**/*.lock": true, | |
"android/.gradle": true, | |
"android/.idea": true, | |
"android/app/build/": true, | |
"android/build": true, | |
"android/gradle": true, | |
"android/keystores": true, | |
"arc-extensions/": true, | |
"artifacts": true, | |
"coverage/": true, | |
"flow-typed": true, | |
"images": true, | |
"ios/build": true, | |
"ios/Pods": true, | |
"ios/vendor": true, | |
"main.jsbundle": true, | |
"node_modules/": true, | |
"src/i18n/_extractedMessages": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment