Skip to content

Commit 5661cca

Browse files
committed
update: .gitignore
1 parent 11d0178 commit 5661cca

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

.gitignore

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,36 @@ bin/
3939
.vscode/
4040

4141
### Mac OS ###
42-
.DS_Store
42+
.DS_Store
43+
44+
/.gradle
45+
.idea
46+
/local.properties
47+
/.idea/libraries
48+
/.idea/modules.xml
49+
/.idea/workspace.xml
50+
build
51+
/build
52+
/captures
53+
.externalNativeBuild
54+
55+
built application files
56+
.apk
57+
.ap_
58+
59+
files for the dex VM
60+
*.dex
61+
62+
Java class files
63+
*.class
64+
65+
generated files
66+
gen/
67+
.externalNativeBuild/
68+
69+
Local configuration file (sdk path, etc)
70+
local.properties
71+
app/version.properties
72+
73+
# SonarQube
74+
.sonar/

0 commit comments

Comments
 (0)