Skip to content

Commit

Permalink
Update .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
hitherejoe committed Aug 9, 2017
1 parent ea81398 commit 9a1308c
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .gitignore
Expand Up @@ -7,4 +7,20 @@
*iml
*.iml
*/build
gradle.properties
gradle.properties
*.apk
*.ap_
*.dex
*.class
bin/
gen/
out/
build/
workspace.xml
.idea
ks.properties
.classpath
.project
lint.xml
/dist
*.iml
2 changes: 2 additions & 0 deletions Data/.gitignore
@@ -1 +1,3 @@
/build
*iml
*.iml
2 changes: 2 additions & 0 deletions cache/.gitignore
@@ -1 +1,3 @@
/build
*iml
*.iml
2 changes: 2 additions & 0 deletions domain/.gitignore
@@ -1 +1,3 @@
/build
*iml
*.iml
20 changes: 19 additions & 1 deletion mobile-ui/.gitignore
@@ -1 +1,19 @@
/build
*.apk
*.ap_
*.dex
*.class
bin/
gen/
out/
build/
workspace.xml
.idea
local.properties
ks.properties
.classpath
.project
.DS_Store
lint.xml
protected_strings.xml
.gradle
/dist
2 changes: 2 additions & 0 deletions presentation/.gitignore
@@ -1 +1,3 @@
/build
*iml
*.iml
2 changes: 2 additions & 0 deletions remote/.gitignore
@@ -1 +1,3 @@
/build
*iml
*.iml

0 comments on commit 9a1308c

Please sign in to comment.