el.xwx.moe/.gitignore

33 lines
343 B
Plaintext
Raw Normal View History

2023-01-22 15:39:35 -06:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# dependencies
/node_modules
/.pnp
.pnp.js
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# testing
/coverage
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# next.js
/.next/
/out/
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# production
/build
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# misc
.DS_Store
*.pem
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# local env files
.env*.local
2022-04-09 03:14:50 -05:00
2023-01-22 15:39:35 -06:00
# vercel
.vercel