Skip to content

Commit ff9c4e7

Browse files
committed
Exclude required typings.d.ts file from gitignore of Angular CLI sample
1 parent 22e00e5 commit ff9c4e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/angular-cli-sample/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

3+
# Exclude custom typings
4+
!src/typings.d.ts
5+
36
# compiled output
47
/dist
58
/tmp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'cloudinary-core';

0 commit comments

Comments
 (0)