diff --git a/.gitignore b/.gitignore index 0fa4625..5601ede 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ env __pycache__ */flask_session */*.sql +*/build \ No newline at end of file diff --git a/CNAME b/CNAME deleted file mode 100644 index d1b535d..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -vishalsaranathan.me \ No newline at end of file diff --git a/backend/vercel.json b/backend/vercel.json deleted file mode 100644 index 5df09ca..0000000 --- a/backend/vercel.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "builds":[ - { - "src": "application.py", - "use": "@vercel/python" - } - ], - "routes":[ - { - "src":"/(.*)", - "dest":"application.py" - } - ] -} \ No newline at end of file