Skip to content

Commit

Permalink
feat: Update gitignore for yarn (#310)
Browse files Browse the repository at this point in the history
* fix: ignore yarn files

* feat: commit lockfile

* Revert "feat: commit lockfile"

This reverts commit 56ad263.
  • Loading branch information
ardasevinc committed Nov 6, 2022
1 parent 21213a7 commit 1ccfd36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
.env.test.local
.env.production.local

# Package manager files/logs
.yarn
.yarnrc.yml
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*

2 comments on commit 1ccfd36

@vercel
Copy link

@vercel vercel bot commented on 1ccfd36 Nov 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1ccfd36 Nov 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.