-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (44 loc) · 1.1 KB
/
.gitignore
File metadata and controls
50 lines (44 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/Android/*.iml
/Android/.gradle
/Android/local.properties
/Android/.idea/caches
/Android/.idea/libraries
/Android/.idea/modules.xml
/Android/.idea/workspace.xml
/Android/.idea/navEditor.xml
/Android/.idea/assetWizardSettings.xml
.DS_Store
/Android/build
/Android/captures
/Android/.externalNativeBuild
/IOS/.DS_Store
# Xcode
/IOS/build/
/IOS/*.pbxuser
/IOS/!default.pbxuser
/IOS/*.mode1v3
/IOS/!default.mode1v3
/IOS/*.mode2v3
/IOS/!default.mode2v3
/IOS/*.perspectivev3
/IOS/!default.perspectivev3
/IOS/xcuserdata/
/IOS/*.xccheckout
/IOS/profile
/IOS/*.moved-aside
/IOS/DerivedData
/IOS/*.hmap
/IOS/*.ipa
# Bundler
/IOS/.bundle
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
/IOS/Carthage/Build
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/