diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index e1a83f99f..a0b033e06 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 |