Skip to content

Commit fcc5c05

Browse files
committed
Update gitignore and remove local file
1 parent 9323264 commit fcc5c05

File tree

2 files changed

+39
-30
lines changed

2 files changed

+39
-30
lines changed

.gitignore

+39-29
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
#
33
.DS_Store
44

5-
# XDE
6-
.expo/
7-
8-
# VSCode
9-
.vscode/
10-
jsconfig.json
11-
125
# Xcode
136
#
147
build/
@@ -27,38 +20,55 @@ DerivedData
2720
*.hmap
2821
*.ipa
2922
*.xcuserstate
30-
project.xcworkspace
23+
**/.xcode.env.local
3124

32-
# Android/IJ
25+
# Android/IntelliJ
3326
#
34-
.classpath
35-
.cxx
36-
.gradle
27+
build/
3728
.idea
38-
.project
39-
.settings
29+
.gradle
4030
local.properties
41-
android.iml
42-
43-
# Cocoapods
44-
#
45-
example/ios/Pods
31+
*.iml
32+
*.hprof
33+
.cxx/
34+
*.keystore
35+
!debug.keystore
4636

4737
# node.js
4838
#
4939
node_modules/
5040
npm-debug.log
51-
yarn-debug.log
5241
yarn-error.log
5342

54-
# BUCK
55-
buck-out/
56-
\.buckd/
57-
android/app/libs
58-
android/keystores/debug.keystore
43+
# fastlane
44+
#
45+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
46+
# screenshots whenever they are needed.
47+
# For more information about the recommended setup visit:
48+
# https://docs.fastlane.tools/best-practices/source-control/
49+
50+
**/fastlane/report.xml
51+
**/fastlane/Preview.html
52+
**/fastlane/screenshots
53+
**/fastlane/test_output
54+
55+
# Bundle artifact
56+
*.jsbundle
57+
58+
# Ruby / CocoaPods
59+
**/Pods/
60+
/vendor/bundle/
61+
62+
# Temporary files created by Metro to check the health of the file watcher
63+
.metro-health-check*
5964

60-
# Expo
61-
.expo/*
65+
# testing
66+
/coverage
6267

63-
# generated by bob
64-
lib/
68+
# Yarn
69+
.yarn/*
70+
!.yarn/patches
71+
!.yarn/plugins
72+
!.yarn/releases
73+
!.yarn/sdks
74+
!.yarn/versions

example/ios/.xcode.env.local

-1
This file was deleted.

0 commit comments

Comments
 (0)