Commit fde184338b465c7d72190a2f9f6fb0fbce8ca11b

Authored by Andrey Zhdanov
Committed by GitHub
1 parent 29ce17eb
Exists in master

Updated gitignore to ignore VSCode project setting files (#357)

* Updated gitignore to ignore VSCode project setting files

* minor fix
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -46,3 +46,5 @@ build
46 46 *.synctex.gz
47 47 *.out
48 48 *.log
  49 +*.code-workspace
  50 +.vscode/*
... ...