diff --git a/Examples/HelloWorldHummingbird/.gitignore b/Examples/HelloWorldHummingbird/.gitignore index 0023a53..5fe345e 100644 --- a/Examples/HelloWorldHummingbird/.gitignore +++ b/Examples/HelloWorldHummingbird/.gitignore @@ -6,3 +6,4 @@ DerivedData/ .swiftpm/configuration/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc +/Package.resolved diff --git a/Examples/HelloWorldVapor/.gitignore b/Examples/HelloWorldVapor/.gitignore index 0023a53..5fe345e 100644 --- a/Examples/HelloWorldVapor/.gitignore +++ b/Examples/HelloWorldVapor/.gitignore @@ -6,3 +6,4 @@ DerivedData/ .swiftpm/configuration/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc +/Package.resolved diff --git a/Examples/HelloWorldWithResources/.gitignore b/Examples/HelloWorldWithResources/.gitignore new file mode 100644 index 0000000..5fe345e --- /dev/null +++ b/Examples/HelloWorldWithResources/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +/.build +/Packages +xcuserdata/ +DerivedData/ +.swiftpm/configuration/registries.json +.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +.netrc +/Package.resolved