Skip to content

Commit f390c30

Browse files
committed
[tinker] Tidy up .gitignore patterns.
1 parent 41f0961 commit f390c30

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.gradle
2-
/build
1+
build/
2+
33
# Ignore Gradle GUI config
44
gradle-app.setting
55

@@ -26,21 +26,18 @@ gen/
2626
# Gradle files
2727
.gradle/
2828
*.iml
29-
/*/*.iml
3029
.idea
31-
/*/.idea/
3230

3331
# Local configuration file (sdk path, etc)
3432
local.properties
33+
local.gradle
3534

3635
# Proguard folder generated by Eclipse
3736
proguard/
3837

3938
# Log Files
4039
*.log
4140

42-
/*/.idea
43-
4441
/buildSdk
4542

4643

0 commit comments

Comments
 (0)