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