Skip to content

Commit aba5298

Browse files
mbernsonsebaslogen
authored andcommitted
Update .gitignore
* Add `/.idea/studiobot.xml` -> this contains user settings related to the Android Studio Gemini/AI integration * Add `.kotlin` -> this contains transient files while the Kotlin compiler is building the project
1 parent ca3526a commit aba5298

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/.idea/appInsightsSettings.xml
1515
/.idea/copilot.data.migration.ask2agent.xml
1616
/.idea/material_theme_project_new.xml
17+
/.idea/studiobot.xml
1718
.DS_Store
1819
/build
1920
/captures
@@ -22,3 +23,4 @@
2223
local.properties
2324
secrets.gradle
2425
upload.keystore.jks
26+
.kotlin

0 commit comments

Comments
 (0)