From 3bd1b582170c030b27f38168976ef58edf00b514 Mon Sep 17 00:00:00 2001 From: Gerrit Riessen Date: Mon, 24 Feb 2025 19:01:17 +0100 Subject: [PATCH] Add .editorconfig to .gitignore I use [EditorConfig](https://editorconfig.org/) to adjust my editor settings for indentation. My settings should probably be best ignored, unless there is a desire to have a project wide .editorconfig --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a2ebfaa1..6b5311152 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ docs .nyc_output sync.ffs_db package-lock.json +.editorconfig