remove old snoopForms code, change license to MIT, remove unused code configs

This commit is contained in:
Matthias Nannt
2022-11-10 09:40:15 +01:00
parent 8ae2ec5b62
commit beb00d6dbd
204 changed files with 162 additions and 13145 deletions
+10 -4
View File
@@ -1,5 +1,11 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers"
]
}
"recommendations": [
"ban.spellright", // Spell check for docs
"bradlc.vscode-tailwindcss", // hinting / autocompletion for tailwind
"DavidAnson.vscode-markdownlint", // markdown linting
"dbaeumer.vscode-eslint", // eslint plugin
"esbenp.prettier-vscode", // prettier plugin
"Prisma.prisma", // syntax|format|completion for prisma
"yzhang.markdown-all-in-one" // nicer markdown support
]
}
-28
View File
@@ -1,28 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Next.js: debug server-side",
"type": "node-terminal",
"request": "launch",
"command": "yarn dev"
},
{
"name": "Next.js: debug client-side",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000"
},
{
"name": "Next.js: debug full stack",
"type": "node-terminal",
"request": "launch",
"command": "yarn dev",
"serverReadyAction": {
"pattern": "started server on .+, url: (https?://.+)",
"uriFormat": "%s",
"action": "debugWithChrome"
}
}
]
}
-2
View File
@@ -1,2 +0,0 @@
{
}