Skip to content

Commit

Permalink
1.修改ignore文件
Browse files Browse the repository at this point in the history
  • Loading branch information
keep2iron committed Oct 23, 2018
1 parent ebaa34f commit e2a3837
Showing 1 changed file with 31 additions and 9 deletions.
40 changes: 31 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# Proguard folder generated by Eclipse

# Intellij project files
*.iml
.gradle
/local.properties
/.idea/caches/build_file_checksums.ser
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
*.ipr
*.iws
.idea/

/.gradle
/build
/captures
.externalNativeBuild
/release
build

0 comments on commit e2a3837

Please sign in to comment.