Skip to content

Commit

Permalink
fix file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 28, 2023
1 parent e7ad0d4 commit 0f6eb10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# Linux start script should use lf
mvnw text eol=lf
# Windows script files should use crlf
mvnw.cmd text eol=crlf#
mvnw.cmd text eol=crlf

#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
Expand Down
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Maven target
target/# Gradle build
target/

# Gradle build
build/

0 comments on commit 0f6eb10

Please sign in to comment.