Add vscode specific files / directory to .gitignore (#9652)

Motivation:

We should not commit vscode specific files, so at it to gitignore

Modifications:

Add files to .gitignore

Result:

Correctly ignore ide related files
This commit is contained in:
Norman Maurer 2019-10-10 09:35:08 +04:00
parent 1c69448e2e
commit 94598588bc

4
.gitignore vendored
View File

@ -41,3 +41,7 @@ mainframer
# exclude docker-sync stuff
.docker-sync
*/.docker-sync
# exclude vscode files
.vscode/
*.factorypath