Skip to content

Commit cabe226

Browse files
committed
ignore vscode folder
Signed-off-by: Tony Xiang <[email protected]>
1 parent 33f64a3 commit cabe226

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,4 +508,11 @@ PYPI_VERSION
508508

509509
# docs builds
510510
docs/make.bat
511-
docs/Makefile
511+
docs/Makefile
512+
513+
# VSCode configurations
514+
# it is ignored by default so the user does not accidentally change the configuration
515+
# if you want to changes the JSON file in .vscode folder
516+
# please type
517+
# git add .vscode/ --force
518+
.vscode/

0 commit comments

Comments
 (0)