Compare commits

...
Author SHA1 Message Date
Nicola Corti 004973dcde Add also helloworld app 2025-01-10 12:26:51 +00:00
Nicola Corti 0468e24d10 Add .kotlin/ to gitignore 2025-01-10 12:24:35 +00:00
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ local.properties
*.iml
/packages/react-native/android/*
!/packages/react-native/android/README.md
.kotlin/
# Node
node_modules
+1
View File
@@ -3,3 +3,4 @@ react-native-gradle-plugin/build/
settings-plugin/build/
shared/build/
shared-testutil/build/
.kotlin/
+1
View File
@@ -30,6 +30,7 @@ local.properties
.cxx/
*.keystore
!debug.keystore
.kotlin/
# node.js
node_modules/