From db54ec11eeb6904b973d8b8c015c33826166d146 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sat, 14 Jan 2017 13:44:05 -0600 Subject: [PATCH] =?UTF-8?q?Ignore=20npm=E2=80=99s=20debug=20log.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c9661d4..4968a34 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ bikeshop_project/webpack-stats.json /bikeshop_project/.coverage node_modules whoosh_index +__pycache__ +npm-debug.log bikeshop_project/assets/dist npm-debug.log bikeshop_project/webpack-stats-prod.json