Skip to content
Snippets Groups Projects
.gitignore 357 B
Newer Older
David Schwarzmann's avatar
David Schwarzmann committed
.idea/

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/
.next

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel

David Schwarzmann's avatar
David Schwarzmann committed
/certificates/*