Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jun 26, 2024
1 parent 73d9492 commit 36b3b3a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## this is a meta-package - we dont lock
/package-lock.json
/.yarn
/yarn.lock
/pnpm-lock.yaml

## pm rc
.npmrc
.yarnrc
.yarnrc.yml
pnpm-workspace.yaml
.pnpmfile.cjs


## target of JSDoc
/out/
Expand Down Expand Up @@ -148,6 +154,7 @@ dist
.vscode-test

# yarn v2
.yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
Expand Down

0 comments on commit 36b3b3a

Please sign in to comment.