# Reference: https://help.github.com/articles/dealing-with-line-endings/

# enforce LF line endings
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.ico binary
*.icns binary

*.eot binary
*.otf binary
*.svg binary
*.ttf binary
*.woff binary
*.woff2 binary

# Ignore files when creating archive
.DS_Store export-ignore
.Icon export-ignore
.vscode export-ignore
*.log export-ignore
*.pkg export-ignore
/.idea export-ignore
/electron/dist export-ignore
/electron/renderer/dist export-ignore
/keys export-ignore
/temp export-ignore
/wrap export-ignore
app.asar export-ignore
node_modules export-ignore
Wire*.zip export-ignore
*.asc export-ignore
*.sig export-ignore
