Revision 90a94360c2fb87c26464ef63b1b1ec21fc2cf8c4 authored by Rohit Singh on 08 April 2022, 08:15:38 UTC, committed by Rohit Singh on 08 April 2022, 08:15:38 UTC
1 parent 71319a9
Raw File
.gitignore
# OSX
#
.DS_Store

# XDE
.expo/

# 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/IJ
#
.idea
.gradle
local.properties
android.iml

# Cocoapods
#
RNBareExample/ios/Pods

# node.js
#
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore

# Expo
.expo/*

# generated by bob
lib/
src/jest/mock.ts
node_modules

# personal 
.env
back to top