Skip to content

Commit 4eb34e4

Browse files
committed
.gitignore: ignore *.code-workspace files
those can be used in VSCode/VSCodium to save user-settings alongside the git-tracked .vscode/settings.json inspired by https://laurens.io/blog/changing-vs-code-settings-locally-when-its-checked-into-git/
1 parent 7b24c75 commit 4eb34e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ cachegrind.out*
3939
# Visual Studio Code user settings
4040
.vscode/*
4141
!.vscode/settings.json
42+
*.code-workspace
4243
# ctags index files
4344
tags
4445
# GDB initialization scripts

0 commit comments

Comments
 (0)