diff options
| author | Husam Salhab <47015061+hsalhab@users.noreply.github.com> | 2020-06-24 20:01:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-24 20:01:35 -0400 |
| commit | c301252081ef31fe24160713d801722fc73e703b (patch) | |
| tree | 86f4d47d56a3945ab8f763e132b81aaaa5b2e2f8 /.gitignore | |
| parent | 4efe926122873adf8a598bb18b3eaf5d5a077cb4 (diff) | |
| parent | d9e0cde89b1e2c2483f91c656d6000f3b806181d (diff) | |
Merge pull request #3 from leonyjiang/master
[TMA-55] - Add react-native/typescript template
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6a5e410a --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +# OSX +# +.DS_Store + +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate + +# Android/IntelliJ +# +build/ +.idea +.gradle +local.properties +*.iml + +# Visual Studio Code +# +.vscode/ + +# node.js +# +node_modules/ +npm-debug.log +yarn-error.log + +# BUCK +buck-out/ +\.buckd/ +*.keystore +!debug.keystore + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/ + +*/fastlane/report.xml +*/fastlane/Preview.html +*/fastlane/screenshots + +# Bundle artifact +*.jsbundle + +# CocoaPods +/ios/Pods/ |
