mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
Files that contain template instructions should include a `.template` extension to prevent them from being treated as TypeScript/JSON/etc. files. Not doing so can result in parse errors or other failures when the files are incorrectly processed by other tools.
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
# Ignores TypeScript files, but keeps definitions.
|
|
*.ts
|
|
!*.d.ts
|