Skip to content

Commit 6611e7f

Browse files
committed
[Git] Ignore VS Code files
1 parent 5d7749f commit 6611e7f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.gitignore

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Created by https://www.gitignore.io/api/swift,xcode,macos,rust
2+
# Created by https://www.gitignore.io/api/swift,xcode,macos,visualstudiocode,rust
33

44
### macOS ###
55
*.DS_Store
@@ -98,6 +98,14 @@ fastlane/Preview.html
9898
fastlane/screenshots
9999
fastlane/test_output
100100

101+
### VisualStudioCode ###
102+
.vscode/*
103+
!.vscode/settings.json
104+
!.vscode/tasks.json
105+
!.vscode/launch.json
106+
!.vscode/extensions.json
107+
.history
108+
101109
### Xcode ###
102110
# Xcode
103111
#
@@ -117,4 +125,4 @@ fastlane/test_output
117125
/*.gcno
118126

119127

120-
# End of https://www.gitignore.io/api/swift,xcode,macos,rust
128+
# End of https://www.gitignore.io/api/swift,xcode,macos,visualstudiocode,rust

0 commit comments

Comments
 (0)