Prune gitignore
This commit is contained in:
parent
db72fdcfa7
commit
58fc035fae
1 changed files with 6 additions and 34 deletions
40
.gitignore
vendored
40
.gitignore
vendored
|
@ -1,52 +1,24 @@
|
|||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
# Node
|
||||
node_modules/
|
||||
.pnp/
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
coverage/
|
||||
|
||||
# next.js
|
||||
# Next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# production
|
||||
build/
|
||||
.vercel
|
||||
.turbo/
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
# local env files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
out_functions
|
||||
out_publish
|
||||
|
||||
.env
|
||||
.idea/
|
||||
|
||||
# workbox
|
||||
public/sw.js
|
||||
public/sw.js.map
|
||||
public/worker-*.js
|
||||
public/worker-*.js.map
|
||||
|
||||
|
||||
# turbo
|
||||
**/.turbo/
|
Loading…
Add table
Reference in a new issue