fix .gitignore

This commit is contained in:
2016-10-24 02:42:45 +02:00
parent b6b06e6853
commit 944fbc071b
8 changed files with 8 additions and 39 deletions

View File

@ -45,11 +45,11 @@ export class Cert {
})
// setup CertRpo
this._certRepo = new CertRepo({
/* this._certRepo = new CertRepo({
sslDirPath: optionsArg.sslDirPath,
gitOriginRepo: optionsArg.gitOriginRepo,
certInstance: this
})
}) */
}
/**