diff options
author | Amadornes <amadornes@gmail.com> | 2018-07-02 07:09:26 +0200 |
---|---|---|
committer | Amadornes <amadornes@gmail.com> | 2018-07-02 07:09:26 +0200 |
commit | 4ffefc5676def5855d91dffa0d089fe5402364fa (patch) | |
tree | 9495841c540167cc8270d95ace49c548fe869af9 /.gitignore | |
parent | eb824ff275544533d38fa184dfb0adef360a62b0 (diff) | |
download | Artifactural-4ffefc5676def5855d91dffa0d089fe5402364fa.tar.gz Artifactural-4ffefc5676def5855d91dffa0d089fe5402364fa.tar.bz2 Artifactural-4ffefc5676def5855d91dffa0d089fe5402364fa.zip |
Set up gradle project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c770e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +*.ipr +*.iws +*.iml +.idea + +# gradle +build +.gradle + +# other +eclipse +run |