From f976ca88c7188a73b4c3c0964e4d0f34983dde30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Dons?= Date: Tue, 14 May 2024 20:43:04 +0200 Subject: [PATCH] Adding crowdin.yml to .gitignore (#2079) To remove the risk of committing API keys while testing the Crowdin integration. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index aef90e68..1759ad48 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ count.dat node_modules/ package.json pnpm-lock.yaml + +# Crowdin Config (Contains API Keys) +crowdin.yml