mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #67 from logto-io/gao--add-pnpm-debug-to-gitignore
chore: add `.pnpm-debug.log*` to git ignore
This commit is contained in:
commit
c384e0da6f
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,6 +18,7 @@ logs
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# misc
|
||||
cache
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
}
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
"App.test.tsx"
|
||||
"src",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue