Skip to content

Commit

Permalink
added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Aug 10, 2014
1 parent fb24bf8 commit fbb9ebd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
target
.metadata
.settings
.classpath
.project
*.class
# Package Files #
*.jar
*.war
*.ear
1 change: 1 addition & 0 deletions abstract-factory/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target/
1 change: 1 addition & 0 deletions builder/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target/
1 change: 1 addition & 0 deletions factory-method/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target/

0 comments on commit fbb9ebd

Please sign in to comment.