mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 19:17:30 +00:00
Rename folders since the template package generator now creates a package for "dotnet new" as well as Yeoman
This commit is contained in:
3
templates/package-builder/typings/gitignore-parser/gitignore-parser.d.ts
vendored
Normal file
3
templates/package-builder/typings/gitignore-parser/gitignore-parser.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module 'gitignore-parser' {
|
||||
export function compile(gitignoreContents: string): any;
|
||||
}
|
||||
Reference in New Issue
Block a user