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

Update .gitignore for Java template #162

Open
jamestharpe opened this issue Mar 5, 2018 · 1 comment
Open

Update .gitignore for Java template #162

jamestharpe opened this issue Mar 5, 2018 · 1 comment

Comments

@jamestharpe
Copy link
Collaborator

jamestharpe commented Mar 5, 2018

Description

Expand the default .gitignore for Java projects. Consider these entries:
https://github.com/github/gitignore/blob/master/Java.gitignore

Steps to Reproduce

  1. Create a new Java 8 project in Jazz
  2. git clone the created repository
  3. Note that the .gitignore isn't ignoring everything it should

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

@suryajak suryajak added this to the v1.4.1 milestone Mar 6, 2018
@suryajak
Copy link
Contributor

suryajak commented Mar 6, 2018

Makes sense. We should add the respective ones for nodejs and python templates too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants