Skip to content

Commit

Permalink
chore: ignore .npmrc, .yarnrc, and .yarnrc.yml to avoid acciden…
Browse files Browse the repository at this point in the history
…tally storing npm auth tokens
  • Loading branch information
cheton committed Jul 31, 2024
1 parent 60fe4d5 commit ad41c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ yarn-debug.log*
yarn-error.log*
.DS_Store
.idea
.npmrc
.yarnrc
.yarnrc.yml # https://yarnpkg.com/configuration/yarnrc

# https://next.yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
Expand Down

0 comments on commit ad41c5e

Please sign in to comment.