From: Jonathan Hurter Date: Wed, 5 Apr 2017 12:13:34 +0000 (+0200) Subject: Add node_modules and .cache to slugignore X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bf523fcd16cb7d4ffd81424d3d582e4dfab158b6;p=mastodon.git Add node_modules and .cache to slugignore --- diff --git a/.slugignore b/.slugignore new file mode 100644 index 000000000..cbf0615e7 --- /dev/null +++ b/.slugignore @@ -0,0 +1,2 @@ +node_modules/ +.cache/