Skip to content

Commit e611b5e

Browse files
committed
Update .gitignore to correct angular cache directory path
2 parents 06ee90a + 7f3f9a3 commit e611b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/html/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28-
/.angular/cache
28+
/.angular/cache
2929
/.sass-cache
3030
/connect.lock
3131
/coverage
@@ -34,7 +34,7 @@ npm-debug.log
3434
yarn-error.log
3535
testem.log
3636
/typings
37-
.angular/
37+
/.angular
3838

3939
# System Files
4040
.DS_Store

0 commit comments

Comments
 (0)