Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 29, 2021
1 parent 06edc92 commit 2e2e671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# git and github related files
.github/
.git/

.gitignore
.gitattributes

Expand Down
10 changes: 5 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Always convert line endings in shell scripts (.bat and .sh)
*.bat eol=crlf
*.sh eol=lf
*.bat eol=crlf
*.sh eol=lf

# Convert line endings for specific scripts
gradlew eol=lf
start eol=lf
Dockerfile* eol=lf
gradlew eol=lf
start eol=lf
Dockerfile* eol=lf

0 comments on commit 2e2e671

Please sign in to comment.