We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0c72e commit bde5730Copy full SHA for bde5730
.gitignore
@@ -45,9 +45,11 @@
45
46
# Kotlin
47
.kotlin
48
+.idea/kotlinc.xml
49
50
# Misc
51
.idea/misc.xml
52
+.idea/markdown.xml
53
54
# CMake
55
cmake-build-*/
@@ -91,6 +93,8 @@ fabric.properties
91
93
.idea/androidTestResultsUserPreferences.xml
92
94
95
# Android projects
96
+.idea/AndroidProjectSystem.xml
97
+.idea/deviceManager.xml
98
**/local.properties
99
/captures
100
.externalNativeBuild
@@ -106,5 +110,11 @@ site
106
110
*.bak
107
111
.idea/appInsightsSettings.xml
108
112
113
+# Discord plugin for IntelliJ
114
+.idea/discord.xml
115
+
116
+# Copilot for IntelliJ
117
+.idea/copilot**
118
109
119
# Mac OS
120
.DS_Store
.idea/AndroidProjectSystem.xml
.idea/kotlinc.xml
0 commit comments