From 4612273ef0ef8ffee8d6c581ee118341eb8af074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 21 Dec 2020 03:25:15 +0100 Subject: [PATCH] Add /public/robots.txt to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 74b7586..eb602ef 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ yarn-error.log* # vercel .vercel +/public/robots.txt