Skip to content

Commit 71b7378

Browse files
authored
Merge pull request #2131 from natikgadzhi/natikgadzhi/internal/gitignore
Ignore .vscode and cmake build output
2 parents 07d87c2 + 0bb4692 commit 71b7378

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
UserInterfaceState.xcuserstate
1010
xcuserdata/
1111

12+
# Ignore VScode workspace settings and launch configurations
13+
.vscode
14+
1215
# Ignore bazel symlinks
1316
/bazel-*
1417

15-
# We always build swiftSyntax of trunk dependencies. Ignore any fixed
18+
# Ignore cmake build configuration and output
19+
build/
20+
21+
# We always build swiftSyntax of trunk dependencies. Ignore any fixed
1622
# dependency versions.
1723
Package.resolved
1824

0 commit comments

Comments
 (0)