Skip to content

Commit

Permalink
refactor: 移除更多不重要的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
yangqianjun committed Nov 2, 2020
1 parent cf09fd3 commit 69ea9a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public void processOpts() {
supportingFiles.add(new SupportingFile("apis.mustache", apiPackage().replace('.', File.separatorChar), "api.ts"));
supportingFiles.add(new SupportingFile("index.mustache", getIndexDirectory(), "index.ts"));
// supportingFiles.add(new SupportingFile("api.module.mustache", getIndexDirectory(), "api.module.ts"));
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
supportingFiles.add(new SupportingFile("gitignore", "", ".gitignore"));
// supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
// supportingFiles.add(new SupportingFile("gitignore", "", ".gitignore"));

}

Expand Down

0 comments on commit 69ea9a2

Please sign in to comment.