Ignore vscode config folder (#83)

This commit is contained in:
Macley
2022-09-26 03:42:16 +02:00
committed by GitHub
parent 31afb3b481
commit bf70e40530

11
.gitignore vendored
View File

@@ -1,6 +1,15 @@
# Ignore MacOS and Windows hidden files
.DS_Store
desktop.ini
# Ignore tmp file in build directory
build/tmp/
# Ignore vscode specific config files
.vscode/*
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix