From 3de0006651eefdeb5ece57d501857bd010d16fe4 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 9 Sep 2021 12:14:17 +0200 Subject: [PATCH] Added .all-contributorsrc --- .all-contributorsrc | 11 +++++++++++ .vscodeignore | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..66fc7924 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,11 @@ +{ + "files": [], + "imageSize": 100, + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "badgeTemplate": "", + "contributorTemplate": "", + "types": {}, + "skipCi": "true", + "contributors": [] +} \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index 3bd309b2..5d0c0da3 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -16,4 +16,5 @@ sample postcss.config.js .templates .github -scripts \ No newline at end of file +scripts +.all-contributorsrc \ No newline at end of file