Skip to content

Commit

Permalink
Do not diff generated files in resources/dist/
Browse files Browse the repository at this point in the history
This prevents `git diff` and other tools from trying to generate
useless diffs for these minified files. The diff will instead
only state that "Binary files a/... and b/... differ".

https://git-scm.com/docs/gitattributes#_marking_files_as_binary

Change-Id: I4620e8e2f06dc72611037cc6e83127c627585776
  • Loading branch information
MatmaRex committed Jul 15, 2019
1 parent 96ba479 commit 1388643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resources/dist/* -diff

0 comments on commit 1388643

Please sign in to comment.