Skip to content

Commit

Permalink
🔧 update git settings to reflect npm to yarn change
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Dec 22, 2019
1 parent 9dd9e42 commit fceab53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
* text=auto eol=lf

# Ignore lockfile's diffs.
package-lock.json -diff
# Since version 1.0, yarn can automatically resolve merge conflicts.
yarn.lock -diff
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ node_modules/

# Distribution sources.
dist/

# PNPM and NPM's lockfile.
# We're using Yarn and it provide its own lockfile.
package-lock.json
pnpm-lock.yaml

0 comments on commit fceab53

Please sign in to comment.