From 7f8c06b44027818d7472a0991cd499509f800028 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sat, 5 Sep 2020 17:38:23 +0530 Subject: [PATCH] .gitignore - Ignore tailwind output file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d29575..97d6802 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +src/tailwind.output.css # dependencies /node_modules @@ -21,3 +21,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +