Files: 57f715d7df7dc32f4a285df821933c0f7e0afa97 / .gitignore
625 bytesRaw
1 | # OSX |
2 | # |
3 | .DS_Store |
4 | |
5 | # Android/IntelliJ |
6 | # |
7 | build/ |
8 | .idea |
9 | .gradle |
10 | local.properties |
11 | *.iml |
12 | /android/app/*.keystore |
13 | |
14 | # node.js |
15 | # |
16 | node_modules/ |
17 | npm-debug.log |
18 | yarn-error.log |
19 | |
20 | # BUCK |
21 | buck-out/ |
22 | \.buckd/ |
23 | *.keystore |
24 | |
25 | # fastlane |
26 | # |
27 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
28 | # screenshots whenever they are needed. |
29 | # For more information about the recommended setup visit: |
30 | # https://docs.fastlane.tools/best-practices/source-control/ |
31 | |
32 | */fastlane/report.xml |
33 | */fastlane/Preview.html |
34 | */fastlane/screenshots |
35 | |
36 | # Generated |
37 | # |
38 | /lib |
39 | /rnnodeapp |
40 | /android/app/src/main/res/raw/rnnodebundle |
Built with git-ssb-web