build: remove web ui dist from gitignore

The web UI should manage its own .gitignore
This commit is contained in:
psychedelicious 2023-07-05 19:28:40 +10:00
parent 818616a0c5
commit acd3b1a512

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