From 5020256a338ac5f7ed3ce0a8fb01c69da53b4546 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 19 Jul 2019 19:58:54 +0200 Subject: [PATCH] Ignore development version of vue.js if installed --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fc90aca3..44e653c4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ docs/build config platypush/backend/http/static/css/*/.sass-cache/ .vscode +platypush/backend/http/static/js/lib/vue.js