We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expand the default .gitignore for Java projects. Consider these entries: https://github.com/github/gitignore/blob/master/Java.gitignore
Expected behavior: *.class and other ignorable files are ignored
Actual behavior: *.class and other ignorable files are not ignored
Reproduces how often: Every time
Aha! Link: https://t-mobile1t-mobile.aha.io/features/JZ-29
The text was updated successfully, but these errors were encountered:
Makes sense. We should add the respective ones for nodejs and python templates too.
Sorry, something went wrong.
No branches or pull requests
Description
Expand the default .gitignore for Java projects. Consider these entries:
https://github.com/github/gitignore/blob/master/Java.gitignore
Steps to Reproduce
Expected behavior: *.class and other ignorable files are ignored
Actual behavior: *.class and other ignorable files are not ignored
Reproduces how often: Every time
Aha! Link: https://t-mobile1t-mobile.aha.io/features/JZ-29
The text was updated successfully, but these errors were encountered: