mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 16:01: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
|
# debug
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
pnpm-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
pnpm-error.log*
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env*.local
|
.env*.local
|
||||||
|
|
|
@ -2,6 +2,7 @@ cache
|
||||||
.cache
|
.cache
|
||||||
package.json
|
package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
pnpm-lock.yaml
|
||||||
public
|
public
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
.yarn
|
.yarn
|
||||||
|
|
Loading…
Reference in a new issue