From 4030b19e9e4c96d5e46887766544a865e7e27334 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 15 Sep 2025 04:16:50 -0700 Subject: [PATCH] Add docs to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9840c9d..9bc13a56 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,7 @@ storybook-static static/ # Inlang cache -project.inlang/cache/ \ No newline at end of file +project.inlang/cache/ + +# Documentation +docs/ \ No newline at end of file