Files: abcda957ec19ed09121bea0b5bdc99e91fd1a783 / .gitignore
1224 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/captures |
36 | android/app/.settings/org.eclipse.buildship.core.prefs |
37 | android/.settings/org.eclipse.buildship.core.prefs |
38 | |
39 | # End-to-end tests |
40 | # |
41 | /e2e/.calabash_settings |
42 | /e2e/test_servers |
43 | /e2e/screenshot*.png |
44 | |
45 | # Visual Studio Code |
46 | # |
47 | .vscode |
48 | |
49 | # node.js |
50 | # |
51 | node_modules/ |
52 | npm-debug.log |
53 | yarn-error.log |
54 | |
55 | # BUCK |
56 | buck-out/ |
57 | \.buckd/ |
58 | *.keystore |
59 | |
60 | # fastlane |
61 | # |
62 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
63 | # screenshots whenever they are needed. |
64 | # For more information about the recommended setup visit: |
65 | # https://docs.fastlane.tools/best-practices/source-control/ |
66 | |
67 | */fastlane/report.xml |
68 | */fastlane/Preview.html |
69 | */fastlane/screenshots |
70 | |
71 | # Generated Code |
72 | # |
73 | /lib/ |
74 | /nodejs-assets |
75 | /android/app/src/main/res/raw/rnnodebundle |
76 | /android/app/src/main/assets/worker.bundle* |
77 | |
78 | # Misc |
79 | # |
80 | /gitignored/ |
81 |
Built with git-ssb-web