Skip to content

Commit be7ee52

Browse files
huajijamNextAlone
authored andcommittedApr 2, 2022
misc: more gitignore
1 parent 8803ce2 commit be7ee52

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎.gitignore

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
.idea/
1+
*.aar
2+
*.iml
3+
*.so
4+
.cxx
5+
.externalNativeBuild
26
.gradle/
7+
.idea/
8+
.vscode/
39
build/
4-
obj/
5-
*.iml
610
local.properties
7-
.externalNativeBuild
8-
.cxx
9-
service_account_credentials.json
10-
*.aar
11-
*.so
11+
obj/
12+
service_account_credentials.json

0 commit comments

Comments
 (0)
Please sign in to comment.