57 lines
572 B
Plaintext
57 lines
572 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Personal
|
|
*.pem
|
|
.env
|
|
.env*.local
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Database
|
|
*/migrations/*
|
|
|
|
# Production
|
|
build
|
|
dist
|
|
|
|
# next.js
|
|
.next
|
|
out
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Lavalink
|
|
Lavalink.jar
|
|
application.yml
|
|
application.yaml
|
|
|
|
# Typescript
|
|
*.tsbuildinfo
|
|
|
|
# Dev utils and Dependencies
|
|
node_modules
|
|
*.vscode
|
|
.DS_Store
|
|
*.bat
|
|
|
|
# Debug
|
|
logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Legacy
|
|
db.sqlite
|
|
db.sqlite-journal
|
|
*/.pnp
|
|
.pnp.js
|
|
logs
|
|
config.json
|
|
test.js
|
|
json.sqlite |