forked from sghiassy/react-native-sglistview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (45 loc) · 849 Bytes
/
.gitignore
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
51
52
53
54
55
56
57
node_modules
syntax: glob
# Mac OS X
**DS_Store
# Xcode
*.mode1v3
*.pbxuser
*.xccheckout
*.moved-aside
*.mode2v3
xcuserdata
*.perspectivev3
project.xcworkspace
Groupon.xcworkspace/xcshareddata/Groupon.xccheckout
*.xcscmblueprint
# AppCode
.idea/
#Generated files
*.pyc
# Temporary files
*.swp
# Other
data_archive*
*.kpf
*.wpr
*.wpu
*.db
*.rej
*.orig
3rd_party
DerivedData/
GrouponUITests/odo
GrouponUITests/Deeplink
GrouponUITests/OfflineRepository
# Carthage
Carthage/Build
# We have to unignore certain frameworks that come as pre-packaged.
# Note: We HAVE to ignore ALL swift frameworks before Swift 3.0, that's why this is opt-in
!Carthage/Build/iOS/Realm.framework
!Carthage/Build/iOS/Realm.dsym
# ignore the config.js file since it contains sensitive information
example/config/clientId.js
# Ignore Dist Builds
dist
npm-debug.log