From ff5b1598c918b12ff9b222b0397b43d0ed5ffae6 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 28 Oct 2020 20:03:06 +0100 Subject: Gets local copies of needed codemirror js and css files via webpack and enqueues those instead of the remote files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57872d0..17ff999 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +/assets/ +/node_modules/ /vendor/ -- cgit v1.2.3