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 committed by GitHub
parent bd8cea644a
commit a31a3e31da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View File

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