From 1b88c68905f0d6ba8d6bcf68d51f5a3b5aac4e08 Mon Sep 17 00:00:00 2001 From: jona Date: Thu, 25 Feb 2016 22:23:15 +0100 Subject: [PATCH] comment gitignore and add commonly ignored stuff --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 94a5fd95be3bf..646ad01542bfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# Generated HTML and other static files build/ +# Commonly ignored Node.js files node_modules/ npm-debug.log +.npm/ + +# OSX system files, the bane of our existence +.DS_Store +.AppleDouble +.LSOverride