mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
feat: Added pnpm
-specific ignore files
This commit is contained in:
parent
f63cc0f324
commit
95e36e3181
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,7 +22,9 @@
|
|||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
pnpm-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
|
|
|
@ -2,6 +2,7 @@ cache
|
|||
.cache
|
||||
package.json
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
public
|
||||
CHANGELOG.md
|
||||
.yarn
|
||||
|
|
Loading…
Reference in a new issue