Further prune .gitignore (#1635)
This commit is contained in:
commit
3279d5e10b
1 changed files with 2 additions and 14 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -4,21 +4,9 @@ node_modules/
|
|||
# Next.js
|
||||
.next/
|
||||
out/
|
||||
.vercel
|
||||
.turbo/
|
||||
|
||||
# misc
|
||||
# macOS
|
||||
.DS_Store
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
# Local env files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
|
Loading…
Add table
Reference in a new issue