Skip to content

Commit

Permalink
🔧 remove lockfile from .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Nov 28, 2021
1 parent 425a985 commit ce81781
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Treat as text when is possible.
* text=auto
# File attributes for Git repository.
# References at https://git-scm.com/docs/gitattributes.

# Ensure Unix line-endings.
* eol=lf

# Don't shdow Yarn lockfile's merge conflicts.
# Since version 1.0, Yarn automatically fix them.
yarn.lock -diff
# Handle files as text and ensure Unix line endings.
* text=auto eol=lf

0 comments on commit ce81781

Please sign in to comment.