UNPKG

@autorest/powershell

Version:
27 lines 818 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.generateGitIgnore = void 0; async function generateGitIgnore(project) { project.state.writeFile(project.gitIgnore, `bin obj .vs generated internal exports tools test/*-TestResults.xml license.txt /*.ps1 /*.psd1 /*.ps1xml /*.psm1 /*.snk /*.csproj /*.nuspec`, undefined, 'source-file-other'); } exports.generateGitIgnore = generateGitIgnore; //# sourceMappingURL=gitignore.js.map