The weeb for the next gen discord boat - Wamellow
wamellow.com
bot
discord
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# dependencies
4/node_modules
5/.pnp
6.pnp.js
7
8# testing
9/coverage
10
11# next.js
12/.next/
13/out/
14
15# production
16/build
17
18# misc
19.DS_Store
20*.pem
21
22# debug
23npm-debug.log*
24yarn-debug.log*
25yarn-error.log*
26yarn.lock*
27
28# local env files
29.env*.local
30.env
31
32# vercel
33.vercel
34
35# typescript
36*.tsbuildinfo
37next-env.d.ts
38
39# Sentry Config File
40.env.sentry-build-plugin