Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git submodule issues #156

Open
m-paolino opened this issue Apr 29, 2021 · 3 comments
Open

Git submodule issues #156

m-paolino opened this issue Apr 29, 2021 · 3 comments

Comments

@m-paolino
Copy link

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

@m-paolino
Copy link
Author

m-paolino commented Apr 29, 2021

A workaround is to set ignore = all or ignore = dirty in .gitmodules file.

@plant7403
Copy link

plant7403 commented Jul 23, 2021

@m-paolino you mean issues with hit submodules after modifying them? 🤔

@m-paolino
Copy link
Author

@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.

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

No branches or pull requests

2 participants