Skip to content

Commit 05f5d1b

Browse files
authored
Merge pull request #476 from android/tm/gitignore-kotlin-folder
[END] Gitignore the .kotlin folders
2 parents ce1bfd0 + 4bfe506 commit 05f5d1b

File tree

10 files changed

+15
-5
lines changed

10 files changed

+15
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
build/
77
/captures
88
.externalNativeBuild
9-
local.properties
9+
local.properties
10+
.kotlin/

AccessibilityCodelab/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
.externalNativeBuild
99
.cxx
1010
local.properties
11-
/buildSrc/.gradle/*
11+
/buildSrc/.gradle/*
12+
.kotlin/

AdaptiveUiCodelab/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
.cxx
1010
local.properties
1111
/buildSrc/.gradle/*
12+
.kotlin/

AdvancedStateAndSideEffectsCodelab/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
.externalNativeBuild
99
.cxx
1010
local.properties
11-
/buildSrc/.gradle/*
11+
/buildSrc/.gradle/*
12+
.kotlin/

BasicLayoutsCodelab/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
.externalNativeBuild
99
.cxx
1010
local.properties
11-
/buildSrc/.gradle/*
11+
/buildSrc/.gradle/*
12+
.kotlin/

MigrationCodelab/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
/build
77
/captures
88
.externalNativeBuild
9-
ktlint
9+
ktlint
10+
.kotlin/

NavigationCodelab/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
.externalNativeBuild
1515
.cxx
1616
local.properties
17+
.kotlin/

PerformanceCodelab/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ local.properties
1414
/captures
1515
.externalNativeBuild
1616
.cxx
17+
.kotlin/

TestingCodelab/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
.cxx
1010
local.properties
1111
/buildSrc/.gradle/*
12+
.kotlin/

ThemingCodelab/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
.externalNativeBuild
99
.cxx
1010
local.properties
11+
.kotlin/

0 commit comments

Comments
 (0)