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
This commit is contained in:
Gerrit Riessen 2025-02-24 19:01:17 +01:00 committed by GitHub
parent 71f8de94b0
commit 3bd1b58217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ docs
.nyc_output
sync.ffs_db
package-lock.json
.editorconfig