aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAmadornes <amadornes@gmail.com>2018-07-02 07:09:26 +0200
committerAmadornes <amadornes@gmail.com>2018-07-02 07:09:26 +0200
commit4ffefc5676def5855d91dffa0d089fe5402364fa (patch)
tree9495841c540167cc8270d95ace49c548fe869af9 /.gitignore
parenteb824ff275544533d38fa184dfb0adef360a62b0 (diff)
downloadArtifactural-4ffefc5676def5855d91dffa0d089fe5402364fa.tar.gz
Artifactural-4ffefc5676def5855d91dffa0d089fe5402364fa.tar.bz2
Artifactural-4ffefc5676def5855d91dffa0d089fe5402364fa.zip
Set up gradle project
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
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