summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Panić <david@panic.tk>2019-04-07 10:37:19 +0200
committerDavid Panić <david@panic.tk>2019-04-07 10:37:19 +0200
commit5a2abd102c0bda7ed24a50b7a802109d14dea79e (patch)
tree0947593abdb2e9f42d940134e8f3eb138b86d32d /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ba7f4f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+.gradle
+/build/
+/bin/
+
+# Ignore Gradle GUI config
+gradle-app.setting
+
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
+!gradle-wrapper.jar
+
+# Cache of project
+.gradletasknamecache \ No newline at end of file