UNPKG

853 BPlain TextView Raw
1# OSX
2#
3.DS_Store
4
5# Xcode
6#
7build/
8*.pbxuser
9!default.pbxuser
10*.mode1v3
11!default.mode1v3
12*.mode2v3
13!default.mode2v3
14*.perspectivev3
15!default.perspectivev3
16xcuserdata
17*.xccheckout
18*.moved-aside
19DerivedData
20*.hmap
21*.ipa
22*.xcuserstate
23project.xcworkspace
24
25# Android/IntelliJ
26#
27build/
28.idea
29.gradle
30local.properties
31*.iml
32*.hprof
33
34# node.js
35#
36node_modules/
37npm-debug.log
38yarn-error.log
39
40# BUCK
41buck-out/
42\.buckd/
43*.keystore
44
45# fastlane
46#
47# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48# screenshots whenever they are needed.
49# For more information about the recommended setup visit:
50# https://docs.fastlane.tools/best-practices/source-control/
51
52*/fastlane/report.xml
53*/fastlane/Preview.html
54*/fastlane/screenshots
55
56# Bundle artifacts
57*.jsbundle
58
59# CocoaPods
60/ios/Pods/
61
62# Expo
63.expo/*
64web-build/