mars-interface/.gitignore

41 lines
426 B
Plaintext
Raw Permalink Normal View History

2022-04-29 21:45:14 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
2023-01-31 15:46:56 +00:00
# next.js
/.next/
/out/
2022-04-29 21:45:14 +00:00
# production
/build
# misc
.DS_Store
2023-01-31 15:46:56 +00:00
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
2022-04-29 21:45:14 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local
2023-01-31 15:46:56 +00:00
# vercel
.vercel
2023-02-27 11:23:55 +00:00
# Sentry
.sentryclirc
2023-01-31 15:46:56 +00:00
# IDE
2023-02-27 11:23:55 +00:00
.idea
.env