From b2158b8d256fb6205e3d4a9638d38fb023199697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mlynari=C4=8D?= Date: Tue, 9 Jul 2024 11:16:43 +0200 Subject: [PATCH] Gitignore .kotlin folder https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects --- .gitignore | 3 ++- Crane/.gitignore | 1 + JetLagged/.gitignore | 1 + JetNews/.gitignore | 3 ++- Jetcaster/.gitignore | 1 + Jetchat/.gitignore | 1 + Jetsnack/.gitignore | 1 + Jetsurvey/.gitignore | 1 + Owl/.gitignore | 1 + Reply/.gitignore | 1 + 10 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a2358d361..ddccb823a4 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ proguard-project.txt # Android Studio/IDEA *.iml -.idea \ No newline at end of file +.idea +.kotlin/ diff --git a/Crane/.gitignore b/Crane/.gitignore index 73652c1603..a6d6068944 100644 --- a/Crane/.gitignore +++ b/Crane/.gitignore @@ -7,3 +7,4 @@ /captures .externalNativeBuild /studio/ +.kotlin/ diff --git a/JetLagged/.gitignore b/JetLagged/.gitignore index aa724b7707..834ecd9dff 100644 --- a/JetLagged/.gitignore +++ b/JetLagged/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +.kotlin/ diff --git a/JetNews/.gitignore b/JetNews/.gitignore index f7415cfd67..834ecd9dff 100644 --- a/JetNews/.gitignore +++ b/JetNews/.gitignore @@ -12,4 +12,5 @@ /captures .externalNativeBuild .cxx -local.properties \ No newline at end of file +local.properties +.kotlin/ diff --git a/Jetcaster/.gitignore b/Jetcaster/.gitignore index b5c3f152f9..a1f10cd8b3 100644 --- a/Jetcaster/.gitignore +++ b/Jetcaster/.gitignore @@ -21,3 +21,4 @@ gradle.xml # General .DS_Store .externalNativeBuild +.kotlin/ diff --git a/Jetchat/.gitignore b/Jetchat/.gitignore index aa724b7707..834ecd9dff 100644 --- a/Jetchat/.gitignore +++ b/Jetchat/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +.kotlin/ diff --git a/Jetsnack/.gitignore b/Jetsnack/.gitignore index aa724b7707..834ecd9dff 100644 --- a/Jetsnack/.gitignore +++ b/Jetsnack/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +.kotlin/ diff --git a/Jetsurvey/.gitignore b/Jetsurvey/.gitignore index dcd0ee3b86..9b6fb32e23 100644 --- a/Jetsurvey/.gitignore +++ b/Jetsurvey/.gitignore @@ -7,3 +7,4 @@ /captures .externalNativeBuild /projectFilesBackup +.kotlin/ diff --git a/Owl/.gitignore b/Owl/.gitignore index 3d02999faf..c4dec3ee9a 100644 --- a/Owl/.gitignore +++ b/Owl/.gitignore @@ -13,3 +13,4 @@ captures # General .DS_Store .externalNativeBuild +.kotlin/ diff --git a/Reply/.gitignore b/Reply/.gitignore index aa724b7707..834ecd9dff 100644 --- a/Reply/.gitignore +++ b/Reply/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +.kotlin/