Creates the .gitignore file for the server.
beforeCreateServerGitIgnore(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateServerGitIgnoreParams
): Promise<dotnet.CreateServerGitIgnoreParams> {
eventParams.gitignorePaths.push(
"*.user",
"*.userosscache",
"*.sln.docstates",
"[Tt]est[Rr]esult*"
);
return eventParams;
}
CreateServerGitIgnore
An array of paths to be added to the .gitignore
file.
beforeCreateServerGitIgnore(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateServerGitIgnoreParams
): Promise<dotnet.CreateServerGitIgnoreParams> {
eventParams.gitignorePaths.push(
"*.user",
"*.userosscache",
"*.sln.docstates",
"[Tt]est[Rr]esult*"
);
return eventParams;
}
Was this page helpful?
beforeCreateServerGitIgnore(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateServerGitIgnoreParams
): Promise<dotnet.CreateServerGitIgnoreParams> {
eventParams.gitignorePaths.push(
"*.user",
"*.userosscache",
"*.sln.docstates",
"[Tt]est[Rr]esult*"
);
return eventParams;
}
Creates the .gitignore file for the server.
beforeCreateServerGitIgnore(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateServerGitIgnoreParams
): Promise<dotnet.CreateServerGitIgnoreParams> {
eventParams.gitignorePaths.push(
"*.user",
"*.userosscache",
"*.sln.docstates",
"[Tt]est[Rr]esult*"
);
return eventParams;
}
CreateServerGitIgnore
An array of paths to be added to the .gitignore
file.
beforeCreateServerGitIgnore(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateServerGitIgnoreParams
): Promise<dotnet.CreateServerGitIgnoreParams> {
eventParams.gitignorePaths.push(
"*.user",
"*.userosscache",
"*.sln.docstates",
"[Tt]est[Rr]esult*"
);
return eventParams;
}
Was this page helpful?
beforeCreateServerGitIgnore(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateServerGitIgnoreParams
): Promise<dotnet.CreateServerGitIgnoreParams> {
eventParams.gitignorePaths.push(
"*.user",
"*.userosscache",
"*.sln.docstates",
"[Tt]est[Rr]esult*"
);
return eventParams;
}