Skip to content

Commit 38ca804

Browse files
authored
Merge pull request #477 from android/tm/main-gitignore-kotlin-folder
[MAIN] Gitignore .kotlin folder
2 parents bec4c64 + 37e46f6 commit 38ca804

File tree

9 files changed

+14
-5
lines changed

9 files changed

+14
-5
lines changed

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
@@ -14,3 +14,4 @@
1414
.externalNativeBuild
1515
.cxx
1616
local.properties
17+
.kotlin/

ThemingCodelab/.gitignore

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

0 commit comments

Comments
 (0)