From 63a2721885f0466038bc1c1614f200eb9b996dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 20 Jan 2021 14:14:43 +0100 Subject: exclude generated public dir from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1fb9ef5..963fab9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ tmp/* +/public -- cgit v1.2.3