xref: /expo/.gitignore (revision 74e0b8df)
1# Expo
2.expo
3__generated__
4web-build
5bare-apps
6
7# macOS
8.DS_Store
9
10# Node
11node_modules
12npm-debug.log
13yarn-error.log
14
15# Ruby
16.direnv
17
18# Env
19.envrc.local
20
21# Emacs
22*~
23
24# Vim
25.*.swp
26.*.swo
27.*.swn
28.*.swm
29
30# Sublime Text
31*.sublime-project
32*.sublime-workspace
33
34# Xcode
35*.pbxuser
36!default.pbxuser
37*.xccheckout
38*.xcscmblueprint
39xcuserdata
40
41# IDEA / Android Studio
42*.iml
43.gradle
44.idea
45
46# Eclipse
47.project
48.settings
49
50# VSCode
51.history/
52
53# Android
54*.apk
55*.hprof
56/android/**/build
57/android/**/.cxx
58/android/**/local.properties
59/android/captures
60/android/expoview/libs/ReactAndroid-temp
61/android/versioned-react-native/packages
62/android/versioned-react-native/ReactAndroid
63ReactAndroid-temp.aar
64/android/prebuiltHermes
65/android/versioned-abis/**/*.aar
66
67# Tools
68jarjar-rules.txt
69
70# Dynamic Macros
71/ios/Exponent/Supporting/EXBuildConstants.plist.bak
72/ios/Exponent/Supporting/EXBuildConstants.plist.json
73/ios/Exponent/Supporting/EXBuildConstants.plist
74/ios/Exponent/Supporting/GoogleService-Info.plist
75/ios/Exponent/Supporting/Info.plist.bak
76/ios/Exponent/Supporting/Info.plist.json
77/android/expoview/src/main/java/host/exp/exponent/generated/ExponentBuildConstants.java
78/android/app/src/androidTest/java/host/exp/exponent/generated/TestBuildConstants.java
79.kernel-ngrok-url
80
81# Template files
82/android/app/src/main/AndroidManifest.xml
83/android/app/google-services.json
84/apps/bare-expo/android/app/google-services.json
85/apps/bare-expo/ios/BareExpo/GoogleService-Info.plist
86/ios/Exponent/Generated/EXKeys.h
87/ios/ExponentIntegrationTests/EXTestEnvironment.plist
88/exponent-view-template/ios/Podfile
89
90# Template projects
91templates/**/android/**/generated/*
92templates/**/android/app/build
93templates/**/Pods/**
94templates/**/Podfile.lock
95templates/**/yarn.lock
96templates/**/*.tgz
97
98# EYW template
99/packages/expo-yarn-workspaces/workspace-template/yarn.lock
100
101# Codemod
102.codemod.bookmark
103
104# Fastlane
105/*.cer
106/fastlane/report.xml
107/fastlane/Preview.html
108/fastlane/Deployment
109/fastlane/test_output
110/Preview.html
111/gc_keys.json
112/fastlane/gc_keys.json
113
114# CI
115/android/logcat.txt
116
117# Shell apps
118android-shell-app
119shellAppBase-*
120shellAppIntermediates
121shellAppWorkspaces
122/artifacts/*
123
124# Expo Client builds
125/client-builds
126
127# Expo web env
128.env.local
129.env.development.local
130.env.test.local
131.env.production.local
132apps/bare-expo/deploy-url.txt
133
134# Temporary files created by Metro to check the health of the file watcher
135.metro-health-check*
136
137# Expo Doc merging
138docs/pages/versions/*/react-native/ADDED_*.md
139docs/pages/versions/*/react-native/REMOVED_*.md
140docs/pages/versions/*/react-native/*.diff
141
142# Home
143/home/dist
144
145# Prebuilds
146/packages/**/*.xcframework
147/packages/**/*.spec.json
148/packages/**/Info-generated.plist
149!crsqlite.xcframework
150
151# iOS
152/ios/Pods
153/ios/build
154**/ios/.xcode.env.local
155/ios/versioned-react-native/*/ReactNative/sdks/hermes-engine/destroot
156