Skip to content

Commit 2db1d00

Browse files
committed
clean cache
1 parent 2920961 commit 2db1d00

5 files changed

Lines changed: 277 additions & 51 deletions

File tree

.gitignore

Lines changed: 17 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,4 @@
1-
*.apk
2-
*.ap_
3-
*.dex
4-
*.class
5-
bin/
6-
*/build/
7-
*/build
8-
gen/
9-
local.properties
10-
.classpath
11-
.project
12-
proguard/
13-
*.iws
14-
*.iml
15-
*.ipr
16-
.idea/
17-
.idea/workspace.xml
18-
.idea/tasks.xml
19-
.gradle*
20-
*~
21-
*.swp
22-
*.bin
23-
*.war
24-
*~
25-
*.lock
26-
*.DS_Store
27-
*.swp
28-
*.out
29-
target/
30-
*.iml
31-
*.ipr
32-
*.iws
33-
.settings/
34-
.classpath
35-
.project
36-
.metadata/
37-
.idea/
38-
39-
gradlew
40-
41-
gradlew.bat
42-
43-
.DS_Store
44-
45-
# built application files
1+
#built application files
462
*.apk
473
*.ap_
484

@@ -59,21 +15,31 @@ gen/
5915
# Local configuration file (sdk path, etc)
6016
local.properties
6117

18+
# Windows thumbnail db
19+
Thumbs.db
20+
21+
# OSX files
22+
.DS_Store
23+
6224
# Eclipse project files
6325
.classpath
6426
.project
6527

6628
# Android Studio
67-
.idea/
29+
.idea
30+
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
6831
.gradle
69-
gradle
70-
/*/local.properties
32+
build/
33+
7134
/*/out
35+
/*/build
7236
/*/*/build
73-
build
7437
/*/*/production
75-
*.iml
7638
*.iws
7739
*.ipr
7840
*~
79-
*.swp
41+
*.swp
42+
*.iml
43+
# gradle.properties
44+
app/mapping.txt
45+
proguard/lib/proguard.jar

gradle/wrapper/gradle-wrapper.jar

48.7 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Tue Jan 13 10:58:33 CST 2015
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

gradlew

Lines changed: 164 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)