oxen-website/.gitignore

37 lines
369 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/
!public/
# production
/build
2021-09-03 16:10:01 +02:00
/public/rss
2021-01-22 03:43:42 +01:00
# misc
.DS_Store
.env*
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*
# Environment Variables
.env
.env.build
.now
.vercel