summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYukai Huang2016-10-07 23:04:39 +0800
committerYukai Huang2016-10-08 08:13:40 +0800
commitf0269a161c06dc3a9990a4c82b30e500d690d30b (patch)
treef5ac1761ca751c123185892253d712d2318585b7 /.gitignore
parent93f3664c8846d3cb5268ca678e47713c1826bfcf (diff)
Exclude webpack build folder
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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