diff options
| author | Coffee <1395803-Matrixcoffee@users.noreply.gitlab.com> | 2020-06-17 19:57:55 +0000 |
|---|---|---|
| committer | Coffee <1395803-Matrixcoffee@users.noreply.gitlab.com> | 2020-06-17 19:57:55 +0000 |
| commit | 39bf760edb093c1cba9f397db610cc8c1300a754 (patch) | |
| tree | 1786a80828909118d830b195e589d6a8954d12a1 | |
| parent | d33a4ec091a3e7434e8047f50cbe7239cce44972 (diff) | |
Add .gitignore
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57e1748 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.apk +*.class +*.dex +*.jks +R.java |
