0
Fork 0
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:
Gao Sun 2021-08-10 20:52:34 +08:00 committed by GitHub
commit c384e0da6f
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -18,6 +18,7 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# misc
cache

View file

@ -8,7 +8,6 @@
}
},
"include": [
"src",
"App.test.tsx"
"src",
]
}