Class GitIgnore
java.lang.Object
io.spring.initializr.generator.spring.scm.git.GitIgnore
Project's
.gitignore
. Contain a general section and pre-defined section for
popular IDEs. Empty sections are not rendered.- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Representation of a section of a.gitignore
file. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GitIgnore
public GitIgnore()
-
-
Method Details
-
write
- Throws:
IOException
-
isEmpty
public boolean isEmpty() -
getGeneral
-
getSts
-
getIntellijIdea
-
getNetBeans
-
getVscode
-