Skip to content

Conversation

wainwrightmark
Copy link

I created a .gitignore that ignores all the files that are automatically generated.

@AUTOMATIC1111
Copy link
Owner

Well, I kind of expect everyone to have his own, which is why I don't commit mine. Here's what I have:

.gitignore
/repositories
/venv
/editing
/tmp
/model.ckpt
__pycache__
/code-scripts
/ui-config.json
/ESRGAN

@wainwrightmark
Copy link
Author

Can I suggest you add yours to the repo? I think it would make life easier for people like me who are just tinkering.

@ghost
Copy link

ghost commented Sep 4, 2022

personal gitignore settings are meant to go in .git/info/exclude so there is no risk of having them be clobbered by a pull/merge.
.gitignore in the main directory is meant for project-wide stuff that is relevant for all contributors

AUTOMATIC1111 added a commit that referenced this pull request Sep 5, 2022
Pandafluff025 pushed a commit to Pandafluff025/stable-diffusion-webui that referenced this pull request Feb 11, 2023
Sashimimochi pushed a commit to Sashimimochi/stable-diffusion-webui that referenced this pull request Apr 7, 2023
AlUlkesh pushed a commit to AlUlkesh/stable-diffusion-webui that referenced this pull request Apr 13, 2023
Atry pushed a commit to Atry/stable-diffusion-webui that referenced this pull request Jul 9, 2024
fix: Cannot read configuration from ui-config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants