oxen-website/.gitignore

38 lines
414 B
Plaintext
Raw Normal View History

2021-01-22 03:43:42 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
2021-02-19 00:53:06 +01:00
/_next/
2021-01-22 03:43:42 +01:00
/out/
# production
/build
2021-09-03 16:10:01 +02:00
/public/rss
2021-01-22 03:43:42 +01:00
# misc
.DS_Store
*.pem
2021-09-22 02:52:50 +02:00
.vscode
2021-01-22 03:43:42 +01:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
2021-01-22 03:43:42 +01:00
# vercel
2021-01-22 03:43:42 +01:00
.vercel