From c7a7da2e857bafc6c572cb9a5a4c8ca3724c35f8 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Fri, 28 Oct 2016 16:36:01 +0100 Subject: [PATCH] Adding postcss debug file to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1d00806e..8d0951c3 100644 --- a/.gitignore +++ b/.gitignore @@ -148,5 +148,7 @@ $RECYCLE.BIN/ ### Application Specific ### .env +# PostCSS +*.postcss.js /cloudapi-graphql/credentials.json