From c81d23442675404510e7727eaf5bcec22111425a Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 22 Jan 2023 17:25:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20=5F=5Fpycache=5F=5F=20and?= =?UTF-8?q?=20lock=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.gitignore | 3 ++- frontend/.gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 7fce5c8..433fa0d 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1 +1,2 @@ -!**/__pycache__/ +**/__pycache__/ +poetry.lock diff --git a/frontend/.gitignore b/frontend/.gitignore index 16acd49..93c591f 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,3 +1,4 @@ node_modules dist package-lock.json +pnpm-lock.yaml