Skip to content

Commit

Permalink
Updated to latest blade ink version (#16)
Browse files Browse the repository at this point in the history
Updated to latest blade ink that supports ink version 0.8.3.
  • Loading branch information
rabidgremlin authored Jun 11, 2019
1 parent 5eb3af1 commit 59d7ffc
Show file tree
Hide file tree
Showing 16 changed files with 1,637 additions and 1,607 deletions.
43 changes: 43 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto

gradlew text eol=lf

#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.bash text eol=lf
*.css text diff=css
*.df text
*.htm text diff=html
*.html text diff=html
*.java text diff=java
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.properties text
*.sh text eol=lf
*.tld text
*.txt text
*.tag text
*.tagx text
*.xml text
*.yml text

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.dll binary
*.ear binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary
*.so binary
*.war binary
Loading

0 comments on commit 59d7ffc

Please sign in to comment.