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
Every time the git submodule add is launched then there are issues with untracked files. This happens because of missing .gitignore file. I attached a sample of gitignore file for all OS (to rename to .gitignore). Gitignore_sample.md
The text was updated successfully, but these errors were encountered:
@m-paolino you mean issues with hit submodules after modifying them? 🤔
Hi! I mean there are issues every time one uses submodule or clone due to dirty ignore state in .gitmodules. So it would be nice and simpler to add some .gitignore file to the repo. I think it's more convenient to use that way instead of simply copying the entire template and not getting the updates.
Every time the
git submodule add
is launched then there are issues with untracked files. This happens because of missing.gitignore
file. I attached a sample of gitignore file for all OS (to rename to .gitignore).Gitignore_sample.md
The text was updated successfully, but these errors were encountered: