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:
parent
1c69448e2e
commit
94598588bc
4
.gitignore
vendored
4
.gitignore
vendored
@ -41,3 +41,7 @@ mainframer
|
||||
# exclude docker-sync stuff
|
||||
.docker-sync
|
||||
*/.docker-sync
|
||||
|
||||
# exclude vscode files
|
||||
.vscode/
|
||||
*.factorypath
|
||||
|
Loading…
Reference in New Issue
Block a user