Skip to content
This repository was archived by the owner on Aug 29, 2020. It is now read-only.

Commit 3696372

Browse files
committed
更新gitignore
1 parent 01bfb70 commit 3696372

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

.gitignore

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
/build
2-
/app/build/
1+
#built application files
2+
*.apk *.ap_
3+
# files for the dex VM
4+
*.dex
5+
# Java class files
6+
*.class
7+
# generated files
8+
bin/ gen/ out/ build/
9+
# Local configuration file (sdk path, etc)
10+
local.properties
11+
# Windows thumbnail db
12+
Thumbs.db
13+
# OSX files
14+
.DS_Store
15+
# Eclipse project files
16+
.classpath .project
17+
# Android Studio
18+
*.iml .idea
19+
# Local IDEA workspace
20+
.idea/workspace.xml
21+
# Gradle cache
22+
.gradle
23+
#NDK
24+
obj/

0 commit comments

Comments
 (0)