From a094cf7f71142273496acca6b831749144e5c53d Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Tue, 2 Jan 2024 11:54:30 +0300 Subject: [PATCH] chore(gitignore): add .local files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a8f0ca16..047715fb 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ buildNumber.properties # Eclipse Core .project # JDT-specific (Eclipse Java Development Tools) -.classpath \ No newline at end of file +.classpath +# local files +*.local \ No newline at end of file