generated from JavierSegoviaCordoba/kotlin-template-javiersc
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0c9860
commit b28a6ce
Showing
1 changed file
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
* text eol=lf | ||
gradlew text eol=lf | ||
|
||
*.webp binary | ||
*.webm binary | ||
*.png binary | ||
*.jpg binary | ||
*.jpeg binary | ||
*.gif binary | ||
*.ico binary | ||
*.mov binary | ||
*.mp4 binary | ||
*.mp3 binary | ||
*.flv binary | ||
*.fla binary | ||
*.swf binary | ||
*.gz binary | ||
*.zip binary | ||
*.7z binary | ||
*.ttf binary | ||
*.eot binary | ||
*.woff binary | ||
*.pyc binary | ||
*.pdf binary | ||
* text eol=lf | ||
|
||
*.7z binary | ||
*.bat text eol=crlf | ||
*.eot binary | ||
*.fla binary | ||
*.flv binary | ||
*.gif binary | ||
*.gz binary | ||
*.ico binary | ||
*.jar binary | ||
*.jpeg binary | ||
*.jpg binary | ||
*.mov binary | ||
*.mp3 binary | ||
*.mp4 binary | ||
*.pdf binary | ||
*.png binary | ||
*.pyc binary | ||
*.swf binary | ||
*.ttf binary | ||
*.webm binary | ||
*.webp binary | ||
*.woff binary | ||
*.zip binary |