From 5603809c43da9fe37a17c2c897a85471c3826c7d Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 12 Jul 2018 14:05:26 -0700 Subject: [PATCH] Add .editorconfig to .gitignore (#9484) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9c47d4881e..773d707e9c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ nohup.out # Hugo output public/ + +# User-specific editorconfig files +.editorconfig