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 4d4f7a1 commit 124052aCopy full SHA for 124052a
.gitignore
@@ -1,9 +1,19 @@
1
-# Ignore Gradle project-specific cache directory
+# Ignore Gradle project-specific cache directory and local properties
2
.gradle
3
+local.properties
4
+.externalNativeBuild
5
6
# Ignore Gradle build output directory
7
build
8
9
+# Ignore Android generated files
10
+captures/
11
+
12
# Ignore Android Studio specific files and directories
13
.project
14
.settings
15
+.idea/
16
+*.iml
17
18
+# Other files
19
+.DS_Store
0 commit comments