kuberig-io / kuberig

Deploy to Kubernetes/OpenShift by leveraging your developer skills - no yaml required!
https://kuberig.io
Apache License 2.0
36 stars 3 forks source link

align ignores with gradle init #10

Closed teyckmans closed 5 years ago

teyckmans commented 5 years ago

The initGitIgnore task adds ignores for build/ and .gradle/ but the gradle init task adds build and .gradle the initGitIgnore task should do the same in order not to add the same ignores twice.