From 2f7b4e5034aa50528e7de81b46d8300e9e9c0cf7 Mon Sep 17 00:00:00 2001 From: FinnStutzenstein Date: Wed, 10 May 2017 08:04:34 +0200 Subject: [PATCH] Extend gitignore for plugin development --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 08830b22c..350707c84 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ dist/* # Unit test and coverage reports .coverage tests/file/* + +# Plugin development +openslides_*