restore .gitignore treatment of frontend/web

This commit is contained in:
Lincoln Stein 2023-07-05 21:30:56 -04:00
parent fbad839d23
commit 1ee41822bc

6
.gitignore vendored
View File

@ -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/