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