From 9f155fcb6c7f1829c2cb8889d08e4d07ef368116 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Tue, 9 Jan 2018 17:29:21 +0000 Subject: [PATCH] Ensure more common files cannot accidentally be checked in Useful for contributors who do not have global git configurations --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0bc0cc8f93..a8b4b082ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ deploy/public /node_modules +npm-debug.log +.DS_Store .npmrc .sass-cache