mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
* Add `.DS_Store` to `.gitignore` * Format and improve DX. * Add extra logging and fix gateway workers. * Deno fmt. * Be more explicit in `.env.example`. * Add a `watch-bot` task and format. * Deno FMT * Deno FMT (all `template/bigbot` files) Co-authored-by: ITOH <to@itoh.at>
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
# Allows quick testing of changes and keeps stuff like tokens private
|
|
debug.ts
|
|
./configs.ts
|
|
.env
|
|
|
|
# npm stuff
|
|
.npmignore
|
|
npm/
|
|
|
|
# MacOS is weird
|
|
.DS_Store
|