-
-
Notifications
You must be signed in to change notification settings - Fork 262
/
.easignore
219 lines (154 loc) · 2.67 KB
/
.easignore
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
.github
docker
docs
packages/ipc-proxy/
packages/suite/
packages/suite-analytics/
packages/suite-build/
packages/suite-data/
packages/suite-desktop/
packages/suite-desktop-core/
packages/suite-desktop-ui/
packages/suite-storage/
packages/suite-web/
### content of all .gitignore files is not applied if .easignore is present
build
build-electron
build-renderer
.build-storybook
\*.cpuprofile
# Dependency directory
node_modules
# OSX
.DS_Store
# Editors
.idea
_.sublime-project
_.sublime-workspace
.vscode/\*_/_
!.vscode/\*.code-snippets
# Logs
logs
\*.log
.yarnclean
.attic
.env\*
!.env.dev
nx-cloud.env
# cache
_.code-workspace
**docker-snapshots**
**pycache**/
.cache/
.eslintcache
.stylelintcache
_.tsbuildinfo
.nx
# Vagrant
.vagrant
# test outputs
screenshots
test-results
# build outputs
lib
libDev
dist
public
coverage
tmp
## React Native section
# Xcode
build/
_.pbxuser
!default.pbxuser
_.mode1v3
!default.mode1v3
_.mode2v3
!default.mode2v3
_.perspectivev3
!default.perspectivev3
xcuserdata
_.xccheckout
_.moved-aside
DerivedData
_.hmap
_.ipa
_.dSYM.zip
_.xcuserstate
# Android/IntelliJ
build/
.idea
.gradle
local.properties
_.iml
_.hprof
.cxx/
\*.keystore
!debug.keystore
# scan temporary files
\*\*/android/fastlane/test_output
!**/suite-native/app/.env.debug
!**/suite-native/app/.env.develop
!**/suite-native/app/.env.preview
!**/suite-native/app/.env.production
!\*\*/suite-native/app/.env.staging
# ios
**/ios/\*.xcarchive
**/ios/builds/\*
\*\*/ios/.xcode.env.local
# Ruby / CocoaPods
**/ios/Pods/
**/vendor/bundle/
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check\*
# android
\*_/android/builds/_
# fastlane supply (google service account - upload key)
\*\*/android/upload-key.json
# Bundle artifact
\*.jsbundle
# Yarn 3
.yarn/_
.yarn/cache
!.yarn/patches
!.yarn/plugins/_
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# @trezor/suite-data
packages/suite-data/files/browser-detection
packages/suite-data/files/guide
packages/suite-data/files/translations/master.json
# @trezor/connect-explorer
**/build-webextension/**
# cypress download folder
packages/suite-web/e2e/downloads
### suite-native/app/.gitignore
# Expo
.expo/
web-build/
# Native
suite-native/app/**/_.orig._
suite-native/app/**/_.jks
suite-native/app/\*\*/_.p8
suite-native/app/**/\*.p12
suite-native/app/**/_.key
suite-native/app/\*\*/_.mobileprovision
# These are generated when running `expo prebuild`
suite-native/app/ios
suite-native/app/android
# Metro
.metro-health-check\*
# debug
npm-debug._
yarn-debug._
yarn-error.\*
# macOS
.DS_Store
\*.pem
# local env files
.env
!suite-native/app/.env._
.env._.local
# typescript
\*.tsbuildinfo