public class GitIgnore extends Object
.gitignore. Contain a general section and pre-defined section for
popular IDEs. Empty sections are not rendered.| Modifier and Type | Class and Description |
|---|---|
static class |
GitIgnore.GitIgnoreSection
Representation of a section of a
.gitignore file. |
| Constructor and Description |
|---|
GitIgnore() |
| Modifier and Type | Method and Description |
|---|---|
GitIgnore.GitIgnoreSection |
getGeneral() |
GitIgnore.GitIgnoreSection |
getIntellijIdea() |
GitIgnore.GitIgnoreSection |
getNetBeans() |
GitIgnore.GitIgnoreSection |
getSts() |
GitIgnore.GitIgnoreSection |
getVscode() |
boolean |
isEmpty() |
void |
write(PrintWriter writer) |
public void write(PrintWriter writer) throws IOException
IOExceptionpublic boolean isEmpty()
public GitIgnore.GitIgnoreSection getGeneral()
public GitIgnore.GitIgnoreSection getSts()
public GitIgnore.GitIgnoreSection getIntellijIdea()
public GitIgnore.GitIgnoreSection getNetBeans()
public GitIgnore.GitIgnoreSection getVscode()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.