Skip to content

Commit

Permalink
Cleanup in ".gitignore" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gslowikowski committed Sep 25, 2016
1 parent 57547ab commit 115592e
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
target
*.log

# SBT specific
target/

# Eclipse specific
.classpath
.project
.settings/

# Scala-IDE specific
.cache-main
.cache-tests

# IntelliJ IDEA specific
.idea
*.iml
.credentials
credentials.sbt

0 comments on commit 115592e

Please sign in to comment.