-
Notifications
You must be signed in to change notification settings - Fork 214
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
808ae23
commit 34dd250
Showing
1 changed file
with
17 additions
and
4 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,4 +1,17 @@ | ||
*.png binary | ||
*.jar binary | ||
gradlew.bat text eol=crlf | ||
* text eol=lf | ||
# Source code | ||
*.kt text eol=lf | ||
*.java text eol=lf | ||
*.xml text eol=lf | ||
|
||
# Gradle files | ||
*.gradle text eol=lf | ||
*.properties text eol=lf | ||
*.bat text eol=crlf | ||
|
||
# GitHub stuff | ||
*.md text eol=lf | ||
*.yml text eol=lf | ||
|
||
# Binaries | ||
*.png binary | ||
*.jar binary |