diff options
author | Vitaly Takmazov | 2015-10-31 01:36:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2015-10-31 01:36:15 +0300 |
commit | a4897522174fb48864a4ef7d6276167f9da61f3b (patch) | |
tree | 882e8ac66cfd73b4ea1361976fe8be479d78f765 /.gitignore | |
parent | 0742847f430b02d2d9031f1a11799ac7076e9e26 (diff) |
moved to Gradle
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ -/build/ -/dist/ -/nbproject/private/
\ No newline at end of file +build/* +.gradle/* +deps/* +.idea/* +*.iml +**/juick.conf |