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.
This commit is contained in:
Greg Price
2017-07-19 14:18:13 -07:00
parent 98a3646918
commit 0da71dfa48

1
static/.gitignore vendored
View File

@@ -1,5 +1,4 @@
# Code
/js/bundle.js
/min/
/source-map/
/webpack-bundles