Skip to content

Commit

Permalink
remove gitgnore from mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Apr 26, 2022
1 parent 7c929b4 commit 42761a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ public void processOpts() {

supportingFiles.removeIf(file ->
file.getTemplateFile().equals("build.gradle.mustache") ||
file.getTemplateFile().equals("settings.gradle.mustache")
file.getTemplateFile().equals("settings.gradle.mustache") ||
file.getTemplateFile().equals("gitignore.mustache")
);
}

Expand Down
19 changes: 0 additions & 19 deletions templates/java/gitignore.mustache

This file was deleted.

0 comments on commit 42761a5

Please sign in to comment.