From 08431100a3bc1dfc674c4d471db44b638bd98f75 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 28 Sep 2020 13:09:41 -0400 Subject: [PATCH] Ignore any tailwind.config.js files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6167575ed..42d2118c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /node_modules /lib /example +tailwind.config.js index.html package-lock.json yarn-error.log