From f0269a161c06dc3a9990a4c82b30e500d690d30b Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Fri, 7 Oct 2016 23:04:39 +0800 Subject: Exclude webpack build folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f6c8d5da..8a2ca180 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ backups/ config.json public/js/common.js .sequelizerc + +# ignore webpack build +public/build -- cgit v1.2.3 From 2cafe15e854b493d335652755b74674c7e2da4f6 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 12 Oct 2016 17:15:59 +0800 Subject: Enable production assets hash --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 29f916f0..9a95231c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ public/js/config.js # ignore webpack build public/build +public/views/build -- cgit v1.2.3