From 316eae7270728320231427e3ebdaac11d33151b7 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 26 Nov 2024 01:52:09 +0000 Subject: [PATCH] add i18n to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dcc8e8e..bc8ffc9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,7 @@ yarn-debug.log* yarn-error.log* # VS Code -/.vscode \ No newline at end of file +/.vscode + +# i18n +i18n \ No newline at end of file