Git ignore vscode .history files. (#8854)

The excellent `local-history` plugin for vscode, saves history in `.history` files; this ignores them.

See: https://marketplace.visualstudio.com/items?itemName=xyz.local-history
This commit is contained in:
Phil Quitslund 2017-03-17 12:38:57 -07:00 committed by GitHub
parent 9781f1aff0
commit e58801cc99

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.idea
.history
.DS_Store