aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 12 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index ec7d29ba..451c9d35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,12 @@
-build/*
-.gradle/*
-deps/*
-.idea/*
-*.iml
-**/juick.conf
+build/*
+.gradle/*
+deps/*
+.idea/*
+*.iml
+**/juick.conf
+/build/
+/bin/
+/.nb-gradle/
+.settings/*
+.classpath
+.project \ No newline at end of file