Skip to content

Commit 8b52920

Browse files
Cesar SosaCesar Sosa
authored andcommitted
fix gitignore
1 parent 2d4477b commit 8b52920

5 files changed

Lines changed: 1501 additions & 25 deletions

File tree

.gitignore

Lines changed: 58 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
21
# OSX
32
#
43
.DS_Store
54

6-
# node.js
7-
#
8-
node_modules/
9-
npm-debug.log
10-
yarn-error.log
11-
5+
# XDE
6+
.expo/
7+
8+
# VSCode
9+
.vscode/
10+
jsconfig.json
1211

1312
# Xcode
1413
#
@@ -29,29 +28,63 @@ DerivedData
2928
*.ipa
3029
*.xcuserstate
3130
project.xcworkspace
32-
31+
**/.xcode.env.local
3332

34-
# Android/IntelliJ
33+
# Android/IJ
3534
#
36-
build/
37-
.idea
35+
.classpath
36+
.cxx
3837
.gradle
38+
.idea
39+
.project
40+
.settings
3941
local.properties
40-
*.iml
42+
android.iml
43+
44+
# Cocoapods
45+
#
46+
example/ios/build
47+
example/ios/Pods
48+
example-expo/ios/build
49+
example-expo/ios/Pods
50+
51+
# Ruby
52+
example/vendor/
53+
example-expo/vendor/
54+
55+
# node.js
56+
#
57+
node_modules/
58+
npm-debug.log
59+
yarn-debug.log
60+
yarn-error.log
4161

4262
# BUCK
4363
buck-out/
4464
\.buckd/
45-
*.keystore
46-
android/.settings/org.eclipse.buildship.core.prefs
47-
android/.project
48-
.vscode/settings.json
49-
android/.classpath
50-
android/gradle/wrapper/gradle-wrapper.properties
51-
android/gradlew
52-
android/gradlew.bat
53-
android/gradle/wrapper/gradle-wrapper.jar
54-
android/bin/
55-
.clang-format
56-
.vscode/launch.json
57-
coverage/
65+
android/app/libs
66+
android/keystores/debug.keystore
67+
68+
# Yarn
69+
.yarn/*
70+
!.yarn/patches
71+
!.yarn/plugins
72+
!.yarn/releases
73+
!.yarn/sdks
74+
!.yarn/versions
75+
76+
# Expo
77+
.expo/
78+
79+
# Turborepo
80+
.turbo/
81+
82+
# generated by bob
83+
lib/
84+
85+
# React Native Codegen
86+
ios/generated
87+
android/generated
88+
89+
# React Native Nitro Modules
90+
nitrogen/

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 541 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 28 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.6.1.cjs

Lines changed: 874 additions & 0 deletions
Large diffs are not rendered by default.

example/android/app/debug.keystore

2.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)