completion
This commit is contained in:
112
ioneapps-maagapp-ee31119a522d/.gitignore
vendored
Normal file
112
ioneapps-maagapp-ee31119a522d/.gitignore
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
# 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
|
||||
project.xcworkspace
|
||||
|
||||
# Android/IntelliJ
|
||||
#
|
||||
build/
|
||||
.idea
|
||||
.gradle
|
||||
local.properties
|
||||
*.iml
|
||||
|
||||
# node.js
|
||||
#
|
||||
node_modules
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# VS Code
|
||||
#
|
||||
.vscode/
|
||||
.settings
|
||||
|
||||
# BUCK
|
||||
buck-out/
|
||||
\.buckd/
|
||||
*.keystore
|
||||
|
||||
# VS Code
|
||||
#
|
||||
.vscode/
|
||||
.settings
|
||||
|
||||
# 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
|
||||
fastlane/README.md
|
||||
|
||||
coverage/
|
||||
*.mobileprovision
|
||||
*.dSYM.zip
|
||||
ios/Nixplay/main.jsbundle
|
||||
ios/Nixplay/main.jsbundle.meta
|
||||
.vscode/launch.json
|
||||
android/app/src/main/assets/crashlytics-build.properties
|
||||
android/app/src/main/res/values/com_crashlytics_export_strings.xml
|
||||
|
||||
third-party/
|
||||
|
||||
# cocoapods
|
||||
ios/Pods
|
||||
android/app/fabric.properties
|
||||
reactNativeQueue.realm*
|
||||
|
||||
# Google services.json
|
||||
# android/app/google-services.json
|
||||
|
||||
# Java class files
|
||||
*.class
|
||||
android/app/build/*
|
||||
android/app/bin
|
||||
android/app/.classpath
|
||||
android/app/.project
|
||||
android/.project
|
||||
|
||||
# Language files
|
||||
language.csv
|
||||
|
||||
|
||||
#Jenkins rvm
|
||||
rvm.env
|
||||
*.cer
|
||||
fastlane/metadata/
|
||||
src/config/revision.json
|
||||
GoogleService-Info.plist
|
||||
device-udid-export.txt
|
||||
firebase-debug.log
|
||||
android/app/.classpath
|
||||
android/app/rnd/release/app-rnd-release.apk
|
||||
|
||||
android/app/beneficiary/*
|
||||
android/app/rnd/*
|
||||
android/app/rndBE/*
|
||||
android/app/rndSW/*
|
||||
android/app/prodSW/*
|
||||
Reference in New Issue
Block a user