diff --git a/.gitignore b/.gitignore index c24a835..b15ed6a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ yarn-error.log* *.tsbuildinfo # idea files -.idea \ No newline at end of file +.idea.env +.idea/ +.vscode diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a55ea52..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}/src/server/auth.ts", - "outFiles": [ - "${workspaceFolder}/**/*.js" - ] - }, - { - "name": "Next.js: debug server-side", - "type": "node-terminal", - "request": "launch", - "command": "npm run dev" - }, - { - "name": "Next.js: debug client-side", - "type": "chrome", - "request": "launch", - "url": "http://localhost:3000" - }, - { - "name": "Next.js: debug full stack", - "type": "node", - "request": "launch", - "program": "${workspaceFolder}/node_modules/.bin/next", - "runtimeArgs": [ - "--inspect" - ], - "skipFiles": [ - "/**" - ], - "serverReadyAction": { - "action": "debugWithEdge", - "killOnServerStop": true, - "pattern": "- Local:.+(https?://.+)", - "uriFormat": "%s", - "webRoot": "${workspaceFolder}" - } - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 705540f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - // "workbench.colorTheme": "Tinacious Design (High Contrast)" - "workbench.colorTheme": "Tinacious Design (High Contrast)", -} \ No newline at end of file