You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an entry in .gitignore that currently ignores all instances of index.html.
Unfortunately, this means that subfolders, such as the ui project, can't have instances of index.html
The fix is to ignore it in the root only (which is where we generate temp index.html files for letsencrypt) and if we need to add additional locations, add them explicitly.
The text was updated successfully, but these errors were encountered:
@stuartleeks : can you confirm the suggested fix makes sense. I think you added the entry to .gitignore, so if you can think of a scenario where "exclude it only in the root" doesn't work, please shout.
We have an entry in
.gitignore
that currently ignores all instances ofindex.html
.Unfortunately, this means that subfolders, such as the
ui
project, can't have instances ofindex.html
The fix is to ignore it in the root only (which is where we generate temp
index.html
files for letsencrypt) and if we need to add additional locations, add them explicitly.The text was updated successfully, but these errors were encountered: