Skip to content

Commit a9bb2c3

Browse files
Fix gitignore
1 parent 1f7e5fb commit a9bb2c3

File tree

1 file changed

+35
-14
lines changed

1 file changed

+35
-14
lines changed

.gitignore

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
1-
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/caches
5-
/.idea/libraries
6-
/.idea/modules.xml
7-
/.idea/workspace.xml
8-
/.idea/navEditor.xml
9-
/.idea/assetWizardSettings.xml
10-
.DS_Store
11-
/build
12-
/captures
13-
.externalNativeBuild
14-
.cxx
1+
# System files
2+
**/.DS_Store
3+
4+
# Gradle files
5+
.gradle/
6+
build/
7+
8+
# Local configuration file (sdk path, etc)
159
local.properties
10+
11+
# Log/OS Files
12+
*.log
13+
14+
# Android Studio generated files and folders
15+
captures/
16+
.externalNativeBuild/
17+
.cxx/
18+
*.apk
19+
output.json
20+
21+
# IntelliJ
22+
*.iml
23+
.idea/
24+
misc.xml
25+
deploymentTargetDropDown.xml
26+
render.experimental.xml
27+
28+
# Keystore files
29+
*.jks
30+
*.keystore
31+
32+
# Google Services (e.g. APIs or Firebase)
33+
google-services.json
34+
35+
# Android Profiling
36+
*.hprof

0 commit comments

Comments
 (0)