Skip to content

Commit c85be01

Browse files
cortinicofacebook-github-bot
authored andcommitted
Add .kotlin/ to gitignore (facebook#48598)
Summary: Adding .kotlin to gitignore. This folder starts to get used with K2 (with Kotlin 2.0) so we should be adding it to the gitignore files ## Changelog: [INTERNAL] - Add .kotlin to gitignore Pull Request resolved: facebook#48598 Test Plan: N/A Reviewed By: cipolleschi Differential Revision: D68018000 Pulled By: cortinico fbshipit-source-id: 78be3597071d07d105145d8ba94cd83cbf4f21bc
1 parent fd0894b commit c85be01

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ local.properties
6868
*.iml
6969
/packages/react-native/android/*
7070
!/packages/react-native/android/README.md
71+
.kotlin/
7172

7273
# Node
7374
node_modules

packages/gradle-plugin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ react-native-gradle-plugin/build/
33
settings-plugin/build/
44
shared/build/
55
shared-testutil/build/
6+
.kotlin/

packages/helloworld/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ local.properties
3030
.cxx/
3131
*.keystore
3232
!debug.keystore
33+
.kotlin/
3334

3435
# node.js
3536
node_modules/

0 commit comments

Comments
 (0)