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/