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