From 44280103ee6376bfc99db9eab9a3213768f3dc30 Mon Sep 17 00:00:00 2001 From: Kit Patella Date: Fri, 17 Jan 2020 11:06:33 -0800 Subject: [PATCH] .gitignore: cut IDE-specific entries, cleanup (#7083) * .gitignore: add vscode and MacOS-specific files. add a little org * .gitignore: remove IDE-specific ignores, add docs --- .gitignore | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f47994d2b2..7c0c9a39b1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,19 +4,24 @@ *.old *.swp *.test -.DS_Store -.fseventsd .envrc .gotools +.netlify .vagrant/ -.idea/ /pkg -Thumbs.db bin/ changelog.tmp exit-code +Thumbs.db + +# MacOS +.DS_Store +.AppleDouble +.LSOverride +.fseventsd + +# Web artifacts website/.bundle website/build/ website/npm-debug.log website/vendor -.netlify