Class GitIgnoreContributor

java.lang.Object
io.spring.initializr.generator.spring.scm.git.GitIgnoreContributor
All Implemented Interfaces:
ProjectContributor, org.springframework.core.Ordered

public class GitIgnoreContributor extends Object implements ProjectContributor
A SingleResourceProjectContributor that contributes a .gitignore file to a project.
Author:
Andy Wilkinson, Stephane Nicoll