Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
add standard .gitattributes and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilper committed Jul 1, 2011
1 parent 508c2d5 commit ff20ca4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
target
build
dist
.classpath
.project
.settings/
.DS_Store
*.iml
.idea

0 comments on commit ff20ca4

Please sign in to comment.