From e8682476337e47926118dcb68ded91d14f5a69a1 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 1 Mar 2019 22:26:32 +0100 Subject: [PATCH] Add custom config file to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ad46b30..524ad07 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,5 @@ typings/ # next.js build output .next + +static/config/custom.js