https://github.com/GeekyAnts/NativeBase
Revision 52327ea78cff4f4f40a95317ebd20379566e01d4 authored by Viraj-10 on 28 April 2022, 05:43:03 UTC, committed by Viraj-10 on 28 April 2022, 05:43:03 UTC
1 parent 797ee99
Raw File
Tip revision: 52327ea78cff4f4f40a95317ebd20379566e01d4 authored by Viraj-10 on 28 April 2022, 05:43:03 UTC
fix: removing test files
Tip revision: 52327ea
.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