mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
22 lines
236 B
Plaintext
22 lines
236 B
Plaintext
# Allows quick testing of changes and keeps stuff like tokens private
|
|
debug.ts
|
|
|
|
.DS_Store
|
|
.lock
|
|
|
|
# Node modules - npm
|
|
node_modules/
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
|
|
# Docs
|
|
dist/
|
|
public/
|
|
.cache/
|
|
|
|
# IntelliJ IDEA
|
|
.idea/
|
|
|
|
# Windows
|
|
desktop.ini |