-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Report coverage #6
base: main
Are you sure you want to change the base?
Conversation
# IDE and local environment | ||
/.idea/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep "OS" and "IDE and local environment" patterns on your local machine in user home
git config --global core.excludesFile ~/.gitignore
A single .gitignore file in a project cannot cover every OS, every IDE and every local environment.
Please read https://git-scm.com/docs/gitignore
(these are viktor-invented categories)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will affect every project of yours and put an end to this problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by this? The .idea folder is still here, right? And the intention is not that I don't commit them, it's so other peopel don't commit these files. ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's so other peopel don't commit these files. ;)
Tough questions. Everyone should have a personal core.excludesFile
The other solution it to have a 30 000 000 000 line long gitignore file covering temporary OS files of a smart microwave oven.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other peopel don't commit these files
That may be called pull request review.
Very nice coverage! 🥇 |
You may have to register at Coveralls https://coveralls.io/github/PrinsFrank/MRTD
or maybe we just need a CI run in the default branch ...