Moved the VS Code definitions within the .gitignore file.
This commit is contained in:
+3
-3
@@ -2,9 +2,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.netrc
|
.netrc
|
||||||
|
|
||||||
# Visual Studio Code
|
|
||||||
.vscode
|
|
||||||
|
|
||||||
# Xcode
|
# Xcode
|
||||||
DerivedData/
|
DerivedData/
|
||||||
|
|
||||||
@@ -33,5 +30,8 @@ Packages/
|
|||||||
.swiftpm/configuration/registries.json
|
.swiftpm/configuration/registries.json
|
||||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||||
|
|
||||||
|
# Visual Studio Code
|
||||||
|
.vscode
|
||||||
|
|
||||||
# DocC documentation
|
# DocC documentation
|
||||||
*.doccarchive
|
*.doccarchive
|
||||||
Reference in New Issue
Block a user