mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
41 lines
366 B
Plaintext
41 lines
366 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# typescript server
|
|
.log
|
|
|
|
#nextjs
|
|
.next
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
Dockerfile
|
|
.editorconfig
|
|
.tool-version
|