From a5341f940319d723f7a0b2f340e90b2a3da19871 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Wed, 17 Oct 2018 11:45:52 -0400 Subject: [PATCH] Add common Windows/macOS hidden files to gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index cc8fd624..21ae9d25 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,15 @@ slides/autopilot/state.yaml slides/index.html slides/past.html node_modules + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db