Add yarn.lock to ignorefiles in aspnet-prerendering

This commit is contained in:
SteveSandersonMS
2017-02-03 10:52:56 +00:00
parent 61ffca6290
commit 87b9db7579
2 changed files with 3 additions and 0 deletions

View File

@@ -4,3 +4,5 @@
/**/.d.ts /**/.d.ts
!/src/**/*.d.ts !/src/**/*.d.ts
yarn.lock

View File

@@ -1,3 +1,4 @@
!/*.js !/*.js
!/*.d.ts !/*.d.ts
/typings/ /typings/
yarn.lock