Skip to content

Commit

Permalink
clean .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hdbeukel committed Jun 16, 2017
1 parent e4db65a commit 0ef57e6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
/target/
**/target/*
**/bin/*
**/dist/*
Expand All @@ -9,8 +10,5 @@
*.iml
.classpath
.project
**/.settings/**
**/.idea/**


/target/
**/.settings/
**/.idea/

0 comments on commit 0ef57e6

Please sign in to comment.