build: remove web ui dist from gitignore (#3650)

The web UI should manage its own .gitignore

I think would explain why certain files were not making it into the pypi
release
This commit is contained in:
Lincoln Stein
2023-07-05 13:36:16 -04:00
committed by GitHub

2
.gitignore vendored
View File

@ -201,8 +201,6 @@ checkpoints
# If it's a Mac
.DS_Store
invokeai/frontend/web/dist/*
# Let the frontend manage its own gitignore
!invokeai/frontend/web/*