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 .pytest.ini
cover/ cover/
junit/ junit/
notes/
# Translations # Translations
*.mo *.mo
@ -201,8 +202,11 @@ checkpoints
# If it's a Mac # If it's a Mac
.DS_Store .DS_Store
invokeai/frontend/yarn.lock
invokeai/frontend/node_modules
# Let the frontend manage its own gitignore # Let the frontend manage its own gitignore
# !invokeai/frontend/web/* !invokeai/frontend/web/*
# Scratch folder # Scratch folder
.scratch/ .scratch/