Skip to content

Commit

Permalink
remove redundant ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CoXier committed Apr 24, 2017
1 parent 6cb2a68 commit e5a02ef
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
Expand All @@ -25,12 +23,11 @@ bin/
gen/
out/

# Gradle files
.gradle/
build/
# Gradle build files
matisse/build
sample/build


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

# Proguard folder generated by Eclipse
proguard/
Expand All @@ -44,8 +41,6 @@ proguard/
# Android Studio captures folder
captures/

# Intellij
*.iml

# Keystore files
*.jks

0 comments on commit e5a02ef

Please sign in to comment.