Skip to content

Commit f9db2fe

Browse files
committed
add top-level entry for .index-build
1 parent 9fef155 commit f9db2fe

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.DS_Store
2-
/.aws-sam/
3-
/.build
4-
/.swiftpm
2+
.aws-sam/
3+
.build
4+
.index-build
5+
.swiftpm
56
samconfig.toml
67
Package.resolved
78
/*.xcodeproj
@@ -10,4 +11,3 @@ DerivedData/
1011
.swiftpm/config/registries.json
1112
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
1213
*key
13-

Examples/quoteapi/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.aws-sam
22
.build
3+
.index-build
34
.swiftpm
45
.vscode
56
Package.resolved

0 commit comments

Comments
 (0)