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 897df41 commit 29ec7d5Copy full SHA for 29ec7d5
.gitignore
@@ -1,3 +1,16 @@
1
+.DS_Store
2
+
3
+.kotlin
4
5
+### Android Studio files ###
6
+.idea/assetWizardSettings.xml
7
+.idea/kotlinc.xml
8
+.idea/inspectionProfiles/Project_Default.xml
9
+.idea/deploymentTargetSelector.xml
10
+.idea/appInsightsSettings.xml
11
+.idea/other.xml
12
+.idea/AndroidProjectSystem.xml
13
14
# Stolen from: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
15
16
# Ignore Gradle project-specific cache directory
0 commit comments