ComfyWorkflows / ComfyUI-Launcher

Run any ComfyUI workflow w/ ZERO setup.
GNU Affero General Public License v3.0
441 stars 50 forks source link

New gitignore #12

Closed TheKnarf closed 4 months ago

TheKnarf commented 4 months ago

Using templates from gitignore.io:

thecooltechguy commented 4 months ago

Thanks for this PR! Will merge

thecooltechguy commented 4 months ago

@TheKnarf Would it be possible to remove dist from .gitignore?

As explained in https://github.com/ComfyWorkflows/ComfyUI-Launcher/pull/15#issuecomment-1986285218, currently this is used to make sure the end user doesn't need npm/node to be able to run the Launcher, since the web frontend is already built into html/css/js files for them.

TheKnarf commented 4 months ago

Updated PR to reflect your comment.

dist is no longer gitignored in this PR.

dylanintech commented 4 months ago

hey @TheKnarf - we're going to review this PR as soon as possible, we've been super busy with fixing docker installation on windows today (https://github.com/ComfyWorkflows/ComfyUI-Launcher/issues/9, https://github.com/ComfyWorkflows/ComfyUI-Launcher/issues/8). thank you for your patience!