Skip to content

Commit

Permalink
Minor change on gitignore. Replaced one wildcard entry to be more spe…
Browse files Browse the repository at this point in the history
…cific.
  • Loading branch information
gsmachado committed Aug 26, 2018
1 parent 46d7179 commit f25f2f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,13 @@ local.properties
**/*.iml
.gradle/

gradle*
logs/
**/*.log

**/*.gz

.gradle/
.idea/
build/
classes/
out/
*.iml
.asscache
**/logs/*
**/email-file-queue.bin
Expand All @@ -160,4 +155,5 @@ reports/
.vscode/settings.json
*.dat
gradlew.bat
gradlew
.java-version

0 comments on commit f25f2f9

Please sign in to comment.