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
commit 17c5568661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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