-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (43 loc) · 894 Bytes
/
.gitignore
File metadata and controls
48 lines (43 loc) · 894 Bytes
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
**/xcuserdata
.DS_Store
.*.swp
.xcode*
node_modules
ios/dydx/fastlane
ios/dydx/Pods/abacus/.gradle
ios/dydx/Pods/abacus/build
ios/dydxV4/dydxV4/_Configurations/credentials.json
ios/dydxV4/dydxV4/_Configurations/GoogleService-Info-Staging.plist
ios/dydxV4/dydxV4/_Configurations/GoogleService-Info.plist
ios/scripts/secrets
ios/scripts/percy_test.sh
# fastlane specific
**/fastlane/report.xml
# deliver temporary files
**/fastlane/Preview.html
# scan temporary files
**/fastlane/test_output
*.p12
*.certSigningRequest
*.cer
*.mobileprovision
*.ipa
*.dSYM.*
*.local
*.iml
.vscode
**/.gradle
local.properties
**/.idea
**/.kotlin
build/
captures
.externalNativeBuild
.cxx
android/dydxWallet/build
github.properties
android/scripts/secrets
android/app/src/debug/google-services.json
android/app/src/release/google-services.json
android/v4/common/src/main/res/values/strings.xml
android/.kotlin