Skip to content

Commit f7b128e

Browse files
committed
fix(ng-cli): don't ignore the bundle folder for ng-cli
1 parent c7ad777 commit f7b128e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ coverage
1515
*.d.ts
1616
!make.js
1717

18-
#################
19-
## Bundles
20-
#################
21-
bundles/
22-
2318
#################
2419
## JetBrains
2520
#################

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ npm-debug.log
1010
coverage
1111
*.ts
1212
!*.d.ts
13-
!bundles
1413
tests
1514

1615
#################

0 commit comments

Comments
 (0)