From e58801cc99b2ee511d9b11c42399075a86a41f68 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Fri, 17 Mar 2017 12:38:57 -0700 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 090a1f02df..74ae26a0da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea +.history .DS_Store