typescript-angular-utilities
Version:
Typescript utility classes published as angular services
22 lines (17 loc) • 291 B
Plain Text
# Ignore test files
source/**/*.tests.js
source/*.tests.d.ts
karma.*
test-bootstrapper.js
# NPM
/node_modules/
npm-debug.log
# Ignore webpack settings
webpack.*
# Git
*.orig
# Don't need external typings on npm
/typings/
#exlude the .ts files from dist
*.ts
!*.d.ts