Skip to content

Commit 9e142e7

Browse files
committed
Add Android code signing
1 parent 8b77d60 commit 9e142e7

File tree

3 files changed

+295
-119
lines changed

3 files changed

+295
-119
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ build/
107107
# If you don't generate documentation locally you can remove this line.
108108
doc/api/
109109

110-
111110
### https://raw.github.com/github/gitignore/80a8803b004013d17291196825a327b9e871f009/Global/Linux.gitignore
112111

113112
*~
@@ -124,7 +123,6 @@ doc/api/
124123
# .nfs files are created when an open file is removed but is still being accessed
125124
.nfs*
126125

127-
128126
### https://raw.github.com/github/gitignore/80a8803b004013d17291196825a327b9e871f009/Global/JetBrains.gitignore
129127

130128
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
@@ -180,15 +178,13 @@ fabric.properties
180178
# Editor-based Rest Client
181179
.idea/httpRequests
182180

183-
184181
### https://raw.github.com/github/gitignore/80a8803b004013d17291196825a327b9e871f009/Global/macOS.gitignore
185182

186183
# General
187184
.DS_Store
188185
.AppleDouble
189186
.LSOverride
190187

191-
192188
# Thumbnails
193189
._*
194190

@@ -208,7 +204,6 @@ Network Trash Folder
208204
Temporary Items
209205
.apdisk
210206

211-
212207
### https://raw.github.com/github/gitignore/80a8803b004013d17291196825a327b9e871f009/Global/Vim.gitignore
213208

214209
# Swap
@@ -256,4 +251,6 @@ supabase/
256251
# Ignore unsupported platforms
257252
linux/
258253
windows/
259-
macos/
254+
macos/
255+
256+
key.properties

0 commit comments

Comments
 (0)