Add yarn.lock to ignorefiles in aspnet-prerendering
This commit is contained in:
parent
61ffca6290
commit
87b9db7579
|
|
@ -4,3 +4,5 @@
|
|||
|
||||
/**/.d.ts
|
||||
!/src/**/*.d.ts
|
||||
|
||||
yarn.lock
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
!/*.js
|
||||
!/*.d.ts
|
||||
/typings/
|
||||
yarn.lock
|
||||
|
|
|
|||
Loading…
Reference in New Issue