diff options
| author | nea <romangraef@gmail.com> | 2022-10-14 21:20:34 +0200 |
|---|---|---|
| committer | nea <romangraef@gmail.com> | 2022-10-14 21:20:34 +0200 |
| commit | f4e8a8b343125744a80bb49a433f7796bda2fe4a (patch) | |
| tree | 048f134bf3f2ff167848025251102af48bed26a3 /.gitignore | |
| download | libautoupdate-f4e8a8b343125744a80bb49a433f7796bda2fe4a.tar.gz libautoupdate-f4e8a8b343125744a80bb49a433f7796bda2fe4a.tar.bz2 libautoupdate-f4e8a8b343125744a80bb49a433f7796bda2fe4a.zip | |
Working code
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..750a400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.gradle +build +.idea +.autoupdates |
