From: Hayato IZUMI Date: Sun, 21 May 2017 09:24:59 +0000 (+0900) Subject: Update .gitignore (#3197) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=860f408475c864425f431d13db558dcb65e95de6;p=mastodon.git Update .gitignore (#3197) * Remove duplicate 'node_modules' * Replace 'public/packs' --- diff --git a/.gitignore b/.gitignore index 1f3fe5f1f..91be96eee 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ coverage public/system public/assets +public/packs .env .env.production node_modules/ @@ -43,9 +44,6 @@ redis # Ignore vim files *~ *.swp -/public/packs -/node_modules - # Ignore npm debug log npm-debug.log