-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (54 loc) · 1023 Bytes
/
Copy path.gitignore
File metadata and controls
64 lines (54 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Built application files
*.ap_
*.aab
*.aar
*.apk
/app/release/
/app/debug/
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
build/
.gradle/
.idea/caches/
.idea/libraries/
.idea/modules.xml
.idea/workspace.xml
.idea/codeStyles/
.idea/gradle.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/assetWizardSettings.xml
.idea/vcs.xml
.idea/kotlinScripting.xml
.idea/artifacts/
.idea/inspectionProfiles/
.idea/androidTestResultsUserPreferences.xml
.idea/deploymentTargetSelector.xml
# Local configuration files (e.g., for Android Studio)
local.properties
.DS_Store
Thumbs.db
profileOutput.json
# Gradle files
gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.jar # Keep the wrapper script but ignore the downloaded JAR
# User-specific files
captures/
.externalNativeBuild/
.cxx/
.navigation/
# Android Studio specific files
*.iml
*.iws
*.ipr
# Keystore files
*.jks
*.keystore
# External libraries
libs/ # If you are not managing libraries through Gradle dependencies
.kiro
.vscode