initial commit: fork
This commit is contained in:
57
.gitignore
vendored
Normal file
57
.gitignore
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
# 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
|
Reference in New Issue
Block a user