🧑‍💻 cleanup of files

This commit is contained in:
Axel Olausson Holtenäs 2022-10-21 17:43:09 +02:00
parent 8898959c84
commit 61ab2cba99
6 changed files with 3 additions and 35 deletions

View file

@ -6,7 +6,7 @@ DISCORD_CLIENT_ID=""
DISCORD_GUILD_ID=""
# Database
MONGO_URL="mongodb+srv://username:password@host/database?retryWrites=true&w=majority"
DATABASE_URL="file:./production.db"
# Encryption
ENCRYPTION_ALGORITHM="aes-256-ctr"

View file

@ -1,2 +0,0 @@
node_modules
dist

View file

@ -1,15 +0,0 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "no-loops", "prettier"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"no-console": 1,
"no-loops/no-loops": 2
}
}

3
.gitignore vendored
View file

@ -145,6 +145,3 @@ dist
# Docker
database
docker-compose.local.yml
# Prisma
prisma/*.db*

View file

@ -1,14 +0,0 @@
# Security Policy
## Supported Versions
| Version | Supported |
| ---------- | ------------------ |
| 2022.4.x | :white_check_mark: |
| < 2022.4.x | :x: |
## Reporting a Vulnerability
Report a security issue to Vermium#9649 on discord or vermium@zyner.org
I will try to fix the vulnerability within a month, often in some days only. If vulnerability is declined then still don't abuse it in any way you can.

2
prisma/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.db
*.db-journal