| Type | Name and description |
|---|---|
boolean |
autoDetect |
java.util.List<java.lang.String> |
facets |
java.lang.String |
url |
| Type | Name and description |
|---|---|
java.lang.Object |
facets(java.lang.String... facets)List of facets to use when generating the .gitignore file. |
java.lang.Object |
noAutoDetect()Disables auto-detection of facets. |
java.lang.Object |
url(java.lang.String url)Overrides all facets and instead pulls the .gitignore file from the url specified. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
List of facets to use when generating the .gitignore file.
facets - the list of facetsDisables auto-detection of facets.
Overrides all facets and instead pulls the .gitignore file from the url specified.
url - url of the file to use as the .gitignore file