We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fef155 commit f9db2feCopy full SHA for f9db2fe
.gitignore
@@ -1,7 +1,8 @@
1
.DS_Store
2
-/.aws-sam/
3
-/.build
4
-/.swiftpm
+.aws-sam/
+.build
+.index-build
5
+.swiftpm
6
samconfig.toml
7
Package.resolved
8
/*.xcodeproj
@@ -10,4 +11,3 @@ DerivedData/
10
11
.swiftpm/config/registries.json
12
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
13
*key
-
Examples/quoteapi/.gitignore
@@ -1,5 +1,6 @@
.aws-sam
.build
.swiftpm
.vscode
0 commit comments