forked from vrk-kpa/opendata
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
26 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Autodetect text files, normalize to LF on commit | ||
* text=auto | ||
|
||
# Explicitly define files which should be LF when checked out and on commit | ||
*.md text eol=lf | ||
*.py text eol=lf | ||
*.sh text eol=lf | ||
*.yml text eol=lf | ||
*.sql text eol=lf | ||
*.xml text eol=lf | ||
*.xsd text eol=lf | ||
*.css text eol=lf | ||
*.js text eol=lf | ||
*.pem text eol=lf | ||
LICENSE text eol=lf | ||
README text eol=lf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
*.ttf binary | ||
*.swf binary | ||
*.zip binary | ||
*.sqlite binary | ||
*.jar binary |
This file was deleted.
Oops, something went wrong.