Skip to content

Commit

Permalink
Ignoring files for git and docker + forcing Unix EOL to avoid unix co…
Browse files Browse the repository at this point in the history
…nfusion when building from Windows

Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Mar 15, 2017
1 parent 95c3323 commit 9ad08e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tests
README.md
.git
.gitignore
.gitattributes
.DS_Store
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Force checkout as Unix endline style
text eol=lf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store

0 comments on commit 9ad08e9

Please sign in to comment.