Skip to content

Commit

Permalink
maint/dev ~ (gitattributes) remove top-level .deps-lock specifics (fa…
Browse files Browse the repository at this point in the history
…vor local config)
  • Loading branch information
rivy committed Aug 9, 2022
1 parent fc55f1f commit d7a12d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .deps-lock/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# treat third-party code/tools directory as binary by default
# * note: use `git diff --text ...` to override and show differences as text
* binary
.gitattributes !binary
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@
*.[bB][aA][tT] text eol=crlf
*.[cC][mM][dD] text eol=crlf
*.[sS][lL][nN] text eol=crlf

# assert '.deps-lock' lock files as 'binary' (avoids useless diffs)
.deps-lock/*.lock binary
.deps-lock/*-lock.json binary

0 comments on commit d7a12d5

Please sign in to comment.