Skip to content

Commit

Permalink
chore: Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC89 committed Aug 25, 2023
1 parent 2bdeb56 commit 249fae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ wallaby.conf.js
.DS_Store
packages/*/coverage/
.npmrc
.yarnrc

# Ignore JetBrains IDE specific files
.idea
Expand Down
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.5.0.cjs

npmScopes:
sofie-automation:
npmRegistryServer: https://npm.pkg.github.com
npmAlwaysAuth: true

0 comments on commit 249fae4

Please sign in to comment.