From e87d77bd6262828ecccd0fef9d71a4e4c4197bc1 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sun, 12 Aug 2018 03:49:48 -0700 Subject: [PATCH] Installing allcontibutors --- .all-contributorsrc | 14 +++++++------- .gitignore | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b84ba42c..8d35f585 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -17,6 +17,13 @@ "profile": "https://twitter.com/senorprogrammer", "contributions": [] }, + { + "login": "anandsudhir", + "name": "Anand Sudhir Prayaga", + "avatar_url": "https://avatars2.githubusercontent.com/u/3252403?v=4", + "profile": "https://github.com/anandsudhir", + "contributions": [] + }, { "login": "jeangovil", "name": "Hossein Mehrabi", @@ -171,13 +178,6 @@ "profile": "http://cogentia.io", "contributions": [] }, - { - "login": "anandsudhir", - "name": "Anand Sudhir Prayaga", - "avatar_url": "https://avatars2.githubusercontent.com/u/3252403?v=4", - "profile": "https://github.com/anandsudhir", - "contributions": [] - }, { "login": "lsipii", "name": "Lassi Piironen", diff --git a/.gitignore b/.gitignore index 326dd4bb..f2497d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,10 @@ gcal/client_secret.json gspreadsheets/client_secret.json profile.pdf +# All things node +node_modules/ +package-lock.json + #intellij idea .idea/