-
Notifications
You must be signed in to change notification settings - Fork 60
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
.gitignore files get lost #85
Comments
A quick first analysis: We have to |
Yeah I know. I have seen that by the logfile you provided. EDIT: This will be always a problem on every force reload.... Not sure how to avoid it. |
Exactly. My strategy is to:
|
Or - better - check them out from git again. |
Thanks @reinhapa for bringing me back to the safe path! The implementation will be as follows:
|
This was a hard nut to crack. |
Great Idea! Didnt think about that. Nice one! 👍 👌 |
PR #86 is now updated with new tests. |
Today I had the shock of my life...
Well not really, but quite a shock: A colleague told me that the migrated git repository misses
.gitignore
files.Debugging the whole migration showed that we follow the lifecycle of
.jazzignore
/.gitignore
absolutely perfect. But nonetheless, at the end of the migration all.gitignore
files were absent.Debugging twice again - and focussing on the removal of
.gitignore
files - showed this in the console:The text was updated successfully, but these errors were encountered: