You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Ignore Package.resolved files in example directories (#107)
Motivation
----------
New users should always build the examples using the latest available
versions of their dependencies. `Package.resolved` files generated when
building the examples should not be checked into the repository by
accident.
Modifications
-------------
Add `Package.resolved` to `.gitignore` files in all example directories.
Result
------
Git will ignore `Package.resolved` files in the example directories.
Test Plan
---------
All tests continue to pass.
0 commit comments