Files: fa5d67a73d5314da4fb469ac62ed0318b761f463 / .gitignore
1122 bytesRaw
1 | # OSX |
2 | # |
3 | .DS_Store |
4 | .history/ |
5 | # Xcode |
6 | # |
7 | build/ |
8 | *.pbxuser |
9 | !default.pbxuser |
10 | *.mode1v3 |
11 | !default.mode1v3 |
12 | *.mode2v3 |
13 | !default.mode2v3 |
14 | *.perspectivev3 |
15 | !default.perspectivev3 |
16 | xcuserdata |
17 | *.xccheckout |
18 | *.moved-aside |
19 | DerivedData |
20 | *.hmap |
21 | *.ipa |
22 | *.xcuserstate |
23 | project.xcworkspace |
24 | |
25 | # Android/IntelliJ |
26 | # |
27 | build/ |
28 | .idea |
29 | .gradle |
30 | local.properties |
31 | *.iml |
32 | android/.project |
33 | android/app/.classpath |
34 | android/app/.project |
35 | android/app/bin |
36 | android/captures |
37 | android/app/.settings/org.eclipse.buildship.core.prefs |
38 | android/.settings/org.eclipse.buildship.core.prefs |
39 | |
40 | # Visual Studio Code |
41 | # |
42 | .vscode |
43 | |
44 | # node.js |
45 | # |
46 | node_modules/ |
47 | npm-debug.log |
48 | yarn-error.log |
49 | |
50 | # BUCK |
51 | buck-out/ |
52 | \.buckd/ |
53 | *.keystore |
54 | |
55 | # fastlane |
56 | # |
57 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
58 | # screenshots whenever they are needed. |
59 | # For more information about the recommended setup visit: |
60 | # https://docs.fastlane.tools/best-practices/source-control/ |
61 | |
62 | */fastlane/report.xml |
63 | */fastlane/Preview.html |
64 | */fastlane/screenshots |
65 | |
66 | # Generated Code |
67 | # |
68 | /lib/ |
69 | /nodejs-assets |
70 | /android/app/src/main/res/raw/rnnodebundle |
71 | *.jsbundle |
72 | |
73 | # Misc |
74 | # |
75 | /gitignored/ |
76 |
Built with git-ssb-web