From d8c424297bc8dd2b6baffa4e124e6a689a360260 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Mon, 24 Feb 2020 15:45:00 +0100 Subject: [PATCH] Ignore the build directory from git This should prevent people from commiting the built directory by accident. Signed-off-by: Sheogorath --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a31c3148a..f008b59fd 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,8 @@ config.json public/build public/views/build +# ignore TypeScript built +built/ + public/uploads/* !public/uploads/.gitkeep