Skip to content

Commit 069ad92

Browse files
committed
.gitignore: ignore all files within .vscode/ except user's settings
Signed-off-by: Dylan Laduranty <[email protected]>
1 parent 64dcfd6 commit 069ad92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ cachegrind.out*
3737
# Codelite (among others) project files
3838
*.project
3939
# Visual Studio Code user settings
40-
.vscode/
40+
.vscode/*
41+
!.vscode/settings.json
4142
# ctags index files
4243
tags
4344
# GDB initialization scripts

0 commit comments

Comments
 (0)