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
For some projects, there's no need for a CI config, as there are no tests. Deleting the file from the repo fixes it, but the file gets created again every time local server runs.
A workaround would be to .gitignore it.
It would be preferable to make it optional
The text was updated successfully, but these errors were encountered:
For some projects, there's no need for a CI config, as there are no tests. Deleting the file from the repo fixes it, but the file gets created again every time local server runs.
A workaround would be to
.gitignore
it.It would be preferable to make it optional
The text was updated successfully, but these errors were encountered: