From 0da71dfa488a74e9a141ffa55d89b348b41f651d Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 19 Jul 2017 14:18:13 -0700 Subject: [PATCH] gitignore: Forget obsolete path static/js/bundle.js . We used to generate a file at this path in the static build, but since 3f5d0e69f the corresponding output goes into static/webpack-bundles instead. Clear the now-dead path from our gitignore files. --- static/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/static/.gitignore b/static/.gitignore index 5d19833e60..4185326e31 100644 --- a/static/.gitignore +++ b/static/.gitignore @@ -1,5 +1,4 @@ # Code -/js/bundle.js /min/ /source-map/ /webpack-bundles