Skip to content

Commit

Permalink
Add dist files to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Feb 16, 2021
1 parent 1f6b1af commit 20f7ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# latest version and avoid any conflict resolution).
# See: https://git-scm.com/docs/gitattributes#_marking_files_as_binary
example/a11y-dialog.js -diff -merge
dist/* -diff -merge

# The `linguist-generated=true` option tells GitHub to suppress the display of
# diffs in pull requests.
# See: https://help.github.com/articles/customizing-how-changed-files-appear-on-github/
example/a11y-dialog.js linguist-generated=true
dist/* linguist-generated=true

0 comments on commit 20f7ef4

Please sign in to comment.