diff options
author | nea <romangraef@gmail.com> | 2022-06-06 15:04:10 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-06-06 15:04:10 +0200 |
commit | 8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7 (patch) | |
tree | 43475d90009dd6f610272573fa054acb9bad4ab2 /.gitignore | |
download | morbingtime-8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7.tar.gz morbingtime-8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7.tar.bz2 morbingtime-8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7.zip |
Initial commit
Diffstat (limited to '.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..4819f56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.gradle +build +.idea +*.iml +run |