mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-26 19:47:30 +00:00
Beginning Yeoman generator generator. Currently creates templates in as patches vs a common set of files.
This commit is contained in:
3
templates/yeoman/typings/gitignore-parser/gitignore-parser.d.ts
vendored
Normal file
3
templates/yeoman/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