2022-04-12 13:48:22 -07:00
|
|
|
.serverless/
|
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2022-05-03 21:20:14 -07:00
|
|
|
.env
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-12-06 08:06:15 -08:00
|
|
|
# TradingView
|
|
|
|
public/charting_library
|
|
|
|
public/datafeeds
|
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# testing
|
|
|
|
/coverage
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# production
|
|
|
|
/build
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# local env files
|
|
|
|
.env*.local
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# vercel
|
|
|
|
.vercel
|
2022-04-08 09:35:55 -07:00
|
|
|
|
2022-04-12 13:48:22 -07:00
|
|
|
# typescript
|
2022-12-06 08:06:15 -08:00
|
|
|
tsconfig.tsbuildinfo
|
2023-07-11 14:25:06 -07:00
|
|
|
|
|
|
|
# Sentry Auth Token
|
|
|
|
.sentryclirc
|