Commit 4bc38e3
authored
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.1 parent 88633f5 commit 4bc38e3
File tree
3 files changed
+11
-0
lines changed- Examples
- HelloWorldHummingbird
- HelloWorldVapor
- HelloWorldWithResources
3 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments