Skip to content

Commit da1be1b

Browse files
author
vakrilov
committed
setup nativescript-angular folder to be packable
1 parent 19cbe4b commit da1be1b

40 files changed

+81
-24
lines changed

.gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
nativescript-angular*.tgz
21
bin/dist
32
node_modules
43
tags
5-
src/nativescript-angular/**/*.js
6-
!src/nativescript-angular/postinstall.js
7-
!src/nativescript-angular/hooks/**/*.js
8-
.baseDir.ts
4+
**/*.js.map
5+
6+
nativescript-angular/**/*.d.ts
7+
!nativescript-angular/global.d.ts
8+
nativescript-angular/**/*.js
9+
!nativescript-angular/postinstall.js
10+
!nativescript-angular/hooks/**/*.js
11+
912
.tscache
1013
.nvm
1114
.vscode

nativescript-angular/.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.tgz
2+
3+
*.ts
4+
!*.d.ts
5+
6+
tsconfig.json
7+
global.d.ts
8+
.npmignore
File renamed without changes.

0 commit comments

Comments
 (0)