From 1ee41822bcfd530ba7a33f147e6903aca099011e Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 5 Jul 2023 21:30:56 -0400 Subject: [PATCH] restore .gitignore treatment of frontend/web --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df9ce3e02d..b7b5c1ae75 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ cov.xml .pytest.ini cover/ junit/ +notes/ # Translations *.mo @@ -201,8 +202,11 @@ checkpoints # If it's a Mac .DS_Store +invokeai/frontend/yarn.lock +invokeai/frontend/node_modules + # Let the frontend manage its own gitignore -# !invokeai/frontend/web/* +!invokeai/frontend/web/* # Scratch folder .scratch/