tmobile / jazz

Platform to develop and manage serverless applications at an enterprise scale!
https://www.youtube.com/watch?v=KZxvqTZiUQI
Apache License 2.0
298 stars 109 forks source link

Update .gitignore for Java template #162

Open jamestharpe opened 6 years ago

jamestharpe commented 6 years ago

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 commented 6 years ago

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