From 543c12fdff929250c5ab0451fb5e3aee62be4b34 Mon Sep 17 00:00:00 2001 From: Onja Date: Tue, 10 Oct 2023 16:47:37 +0300 Subject: [PATCH] Add exclusion for public/csv/* in .gitignore file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3224a90..85cdb16 100644 --- a/.gitignore +++ b/.gitignore @@ -141,4 +141,7 @@ dist # SvelteKit build / generate output .svelte-kit -# End of https://www.toptal.com/developers/gitignore/api/node \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/node + + +public/csv/* \ No newline at end of file