mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
32 lines
370 B
Plaintext
32 lines
370 B
Plaintext
# Allows quick testing of changes and keeps stuff like tokens private
|
|
debug.ts
|
|
configs.ts
|
|
|
|
.DS_Store
|
|
.lock
|
|
|
|
# Node modules - npm
|
|
node_modules/
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
|
|
# Docs
|
|
dist/
|
|
public/
|
|
.cache/
|
|
|
|
# IntelliJ IDEA
|
|
.idea/
|
|
|
|
# Windows
|
|
desktop.ini
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
*.code-workspace
|
|
|
|
# Sublime Text
|
|
.sublime-project |