|
| 1 | + |
| 2 | +# Created by https://www.gitignore.io/api/reactnative |
| 3 | +# Edit at https://www.gitignore.io/?templates=reactnative |
| 4 | + |
| 5 | +### ReactNative ### |
| 6 | +# React Native Stack Base |
| 7 | + |
| 8 | +.expo |
| 9 | +__generated__ |
| 10 | + |
| 11 | +### ReactNative.Android Stack ### |
| 12 | +# Built application files |
| 13 | +*.apk |
| 14 | +*.ap_ |
| 15 | +*.aab |
| 16 | + |
| 17 | +# Files for the ART/Dalvik VM |
| 18 | +*.dex |
| 19 | + |
| 20 | +# Java class files |
| 21 | +*.class |
| 22 | + |
| 23 | +# Generated files |
| 24 | +bin/ |
| 25 | +gen/ |
| 26 | +out/ |
| 27 | + |
| 28 | +# Gradle files |
| 29 | +.gradle/ |
| 30 | +build/ |
| 31 | + |
| 32 | +# Local configuration file (sdk path, etc) |
| 33 | +local.properties |
| 34 | + |
| 35 | +# Proguard folder generated by Eclipse |
| 36 | +proguard/ |
| 37 | + |
| 38 | +# Log Files |
| 39 | +*.log |
| 40 | + |
| 41 | +# Android Studio Navigation editor temp files |
| 42 | +.navigation/ |
| 43 | + |
| 44 | +# Android Studio captures folder |
| 45 | +captures/ |
| 46 | + |
| 47 | +# IntelliJ |
| 48 | +*.iml |
| 49 | +.idea/workspace.xml |
| 50 | +.idea/tasks.xml |
| 51 | +.idea/gradle.xml |
| 52 | +.idea/assetWizardSettings.xml |
| 53 | +.idea/dictionaries |
| 54 | +.idea/libraries |
| 55 | +.idea/caches |
| 56 | + |
| 57 | +# Keystore files |
| 58 | +# Uncomment the following lines if you do not want to check your keystore files in. |
| 59 | +#*.jks |
| 60 | +#*.keystore |
| 61 | + |
| 62 | +# External native build folder generated in Android Studio 2.2 and later |
| 63 | +.externalNativeBuild |
| 64 | + |
| 65 | +# Google Services (e.g. APIs or Firebase) |
| 66 | +google-services.json |
| 67 | + |
| 68 | +# Freeline |
| 69 | +freeline.py |
| 70 | +freeline/ |
| 71 | +freeline_project_description.json |
| 72 | + |
| 73 | +# fastlane |
| 74 | +fastlane/report.xml |
| 75 | +fastlane/Preview.html |
| 76 | +fastlane/screenshots |
| 77 | +fastlane/test_output |
| 78 | +fastlane/readme.md |
| 79 | + |
| 80 | +### ReactNative.Xcode Stack ### |
| 81 | +# Xcode |
| 82 | +# |
| 83 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 84 | + |
| 85 | +## User settings |
| 86 | +xcuserdata/ |
| 87 | + |
| 88 | +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
| 89 | +*.xcscmblueprint |
| 90 | +*.xccheckout |
| 91 | + |
| 92 | +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
| 93 | +DerivedData/ |
| 94 | +*.moved-aside |
| 95 | +*.pbxuser |
| 96 | +!default.pbxuser |
| 97 | +*.mode1v3 |
| 98 | +!default.mode1v3 |
| 99 | +*.mode2v3 |
| 100 | +!default.mode2v3 |
| 101 | +*.perspectivev3 |
| 102 | +!default.perspectivev3 |
| 103 | + |
| 104 | +### ReactNative.macOS Stack ### |
| 105 | +# General |
| 106 | +.DS_Store |
| 107 | +.AppleDouble |
| 108 | +.LSOverride |
| 109 | + |
| 110 | +# Icon must end with two \r |
| 111 | +Icon |
| 112 | + |
| 113 | + |
| 114 | +# Thumbnails |
| 115 | +._* |
| 116 | + |
| 117 | +# Files that might appear in the root of a volume |
| 118 | +.DocumentRevisions-V100 |
| 119 | +.fseventsd |
| 120 | +.Spotlight-V100 |
| 121 | +.TemporaryItems |
| 122 | +.Trashes |
| 123 | +.VolumeIcon.icns |
| 124 | +.com.apple.timemachine.donotpresent |
| 125 | + |
| 126 | +# Directories potentially created on remote AFP share |
| 127 | +.AppleDB |
| 128 | +.AppleDesktop |
| 129 | +Network Trash Folder |
| 130 | +Temporary Items |
| 131 | +.apdisk |
| 132 | + |
| 133 | +### ReactNative.Linux Stack ### |
| 134 | +*~ |
| 135 | + |
| 136 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 137 | +.fuse_hidden* |
| 138 | + |
| 139 | +# KDE directory preferences |
| 140 | +.directory |
| 141 | + |
| 142 | +# Linux trash folder which might appear on any partition or disk |
| 143 | +.Trash-* |
| 144 | + |
| 145 | +# .nfs files are created when an open file is removed but is still being accessed |
| 146 | +.nfs* |
| 147 | + |
| 148 | +### ReactNative.Buck Stack ### |
| 149 | +buck-out/ |
| 150 | +.buckconfig.local |
| 151 | +.buckd/ |
| 152 | +.buckversion |
| 153 | +.fakebuckversion |
| 154 | + |
| 155 | +### ReactNative.Node Stack ### |
| 156 | +# Logs |
| 157 | +logs |
| 158 | +npm-debug.log* |
| 159 | +yarn-debug.log* |
| 160 | +yarn-error.log* |
| 161 | + |
| 162 | +# Runtime data |
| 163 | +pids |
| 164 | +*.pid |
| 165 | +*.seed |
| 166 | +*.pid.lock |
| 167 | + |
| 168 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 169 | +lib-cov |
| 170 | + |
| 171 | +# Coverage directory used by tools like istanbul |
| 172 | +coverage |
| 173 | + |
| 174 | +# nyc test coverage |
| 175 | +.nyc_output |
| 176 | + |
| 177 | +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 178 | +.grunt |
| 179 | + |
| 180 | +# Bower dependency directory (https://bower.io/) |
| 181 | +bower_components |
| 182 | + |
| 183 | +# node-waf configuration |
| 184 | +.lock-wscript |
| 185 | + |
| 186 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 187 | +build/Release |
| 188 | + |
| 189 | +# Dependency directories |
| 190 | +node_modules/ |
| 191 | +jspm_packages/ |
| 192 | + |
| 193 | +# TypeScript v1 declaration files |
| 194 | +typings/ |
| 195 | + |
| 196 | +# Optional npm cache directory |
| 197 | +.npm |
| 198 | + |
| 199 | +# Optional eslint cache |
| 200 | +.eslintcache |
| 201 | + |
| 202 | +# Optional REPL history |
| 203 | +.node_repl_history |
| 204 | + |
| 205 | +# Output of 'npm pack' |
| 206 | +*.tgz |
| 207 | + |
| 208 | +# Yarn Integrity file |
| 209 | +.yarn-integrity |
| 210 | + |
| 211 | +# dotenv environment variables file |
| 212 | +.env |
| 213 | +.env.test |
| 214 | + |
| 215 | +# parcel-bundler cache (https://parceljs.org/) |
| 216 | +.cache |
| 217 | + |
| 218 | +# next.js build output |
| 219 | +.next |
| 220 | + |
| 221 | +# nuxt.js build output |
| 222 | +.nuxt |
| 223 | + |
| 224 | +# vuepress build output |
| 225 | +.vuepress/dist |
| 226 | + |
| 227 | +# Serverless directories |
| 228 | +.serverless/ |
| 229 | + |
| 230 | +# FuseBox cache |
| 231 | +.fusebox/ |
| 232 | + |
| 233 | +# DynamoDB Local files |
| 234 | +.dynamodb/ |
| 235 | + |
| 236 | +### ReactNative.Gradle Stack ### |
| 237 | +.gradle |
| 238 | +/build/ |
| 239 | + |
| 240 | +# Ignore Gradle GUI config |
| 241 | +gradle-app.setting |
| 242 | + |
| 243 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 244 | +!gradle-wrapper.jar |
| 245 | + |
| 246 | +# Cache of project |
| 247 | +.gradletasknamecache |
| 248 | + |
| 249 | +# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 |
| 250 | +# gradle/wrapper/gradle-wrapper.properties |
| 251 | + |
| 252 | +# End of https://www.gitignore.io/api/reactnative |
0 commit comments