From e5049229c5ca594c40f07c9a0f98d742914d6281 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 5 Jul 2022 14:30:58 +0200 Subject: [PATCH] Added main.css to gitignore --- ghost/sodo-search/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/sodo-search/.gitignore b/ghost/sodo-search/.gitignore index 762c912064..0f2b5ea7bb 100644 --- a/ghost/sodo-search/.gitignore +++ b/ghost/sodo-search/.gitignore @@ -82,3 +82,5 @@ build/ # Refs: https://testing-library.com/docs/react-testing-library/setup#jest-and-create-react-app # CRA also suggests `.env` files should be checked into source control # Ref: https://create-react-app.dev/docs/adding-custom-environment-variables/#adding-development-environment-variables-in-env + +public/main.css \ No newline at end of file