From 43216c073ffc15250dd095b0265ec7b5ee7b229a Mon Sep 17 00:00:00 2001 From: Alvaro Guadamillas Date: Fri, 6 Sep 2024 16:53:46 +0200 Subject: [PATCH] remove .vscode from .gitignore --- .gitignore | 2 +- .vscode/launch.json | 27 +++++++++++++++++++++++++++ instance/local.db | Bin 0 -> 12288 bytes 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json create mode 100644 instance/local.db diff --git a/.gitignore b/.gitignore index 03f1f9b..9189826 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .venv/ __pycache__/ .env -.vscode +## .vscode .db/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..c3ef122 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + // 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": [ + { + "name": "IE Bank Backend", + "type": "python", + "request": "launch", + "module": "flask", + "env": { + "FLASK_APP": "app.py", + "FLASK_DEBUG": "1", + "ENV": "local", + "APPINSIGHTS_INSTRUMENTATIONKEY": "3c75b957-a1d0-4ddb-ab2d-a0521c35c566" + }, + "args": [ + "run", + "--no-debugger", + "--no-reload" + ], + "jinja": true, + "justMyCode": true + } + ] +} \ No newline at end of file diff --git a/instance/local.db b/instance/local.db new file mode 100644 index 0000000000000000000000000000000000000000..057ba21e160c9c78757e968b8ded8afec19db9c5 GIT binary patch literal 12288 zcmeI$O>fgM7zc1WL(o>*io~Hpy;$PXO6!!DrZ2mI8QE6IG8R&#ohmmqQlvH&sWad@ zapAhp!Es+=Ut_0z1dh0<9Rwlm3gZ7LmhIS&75|ir{pQ3^lw|Mb*-R+rkcWg)@{BP; zh@s1dF6*GWac|wx^|F6g7-Z+{%VzZ(F}5zq)T#ZBGL1jo zrdq|!g%T=X{2cvl;W(2*$;n6`ykF=|MS~-+u>9+AaKyt?_R2eDjbzeXZfF<`PKF+9 z6u-S$X|{~}HD0GANhk8-;{8;g>PI41^B?`udb+i0EYJ0&|WRGIabegyZyFfcUPQW%YV8e_zr&MjSm0- literal 0 HcmV?d00001