exclude vscode directory in export

This commit is contained in:
Asif Bacchus 2020-05-24 04:54:16 -06:00
parent ee254a4356
commit a1aff03e2d
1 changed files with 3 additions and 2 deletions

5
.gitattributes vendored
View File

@ -71,5 +71,6 @@
# Exclude files from exporting # Exclude files from exporting
# #
.gitattributes export-ignore .gitattributes export-ignore
.gitignore export-ignore .gitignore export-ignore
.vscode export-ignore