diff --git a/.gitignore b/.gitignore index e9918d4fb5..b7b5c1ae75 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,7 @@ __pycache__/ .Python build/ develop-eggs/ -dist/ +# dist/ downloads/ eggs/ .eggs/ @@ -79,6 +79,7 @@ cov.xml .pytest.ini cover/ junit/ +notes/ # Translations *.mo @@ -201,6 +202,9 @@ 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/* diff --git a/README.md b/README.md index 9471e60404..f21cef0de9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@