aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index c26bb4f3..a0b033e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
-/dist/
-/build/
-.gradle/*
-.idea/** \ No newline at end of file
+deps/*
+.idea/*
+*.iml
+**/juick.conf
+**/logging.properties
+*/build/**
+.gradle/** \ No newline at end of file