From 85c682ab111f575c8c517117f456cf354e9f5bf7 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 15 May 2022 01:15:15 +0100 Subject: [PATCH] Updated gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4f15fe..216bd44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ config.json __pycache__ venv/ -links.json \ No newline at end of file +links.json +node_modules +#SERVERLESS STUFF +admin.env +.env +_meta +.serverless \ No newline at end of file