From efbd5f96fef4a3764960dce49ed7e87b458f6d6c Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 27 May 2022 00:01:42 +0600 Subject: [PATCH] Update gitprofile.config.js --- gitprofile.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitprofile.config.js b/gitprofile.config.js index 1f20f38..e05bf4d 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -7,7 +7,7 @@ const config = { limit: 10, // How many projects to display. exclude: { forks: false, // Forked projects will not be displayed if set to true. - projects: ['laravel-ecommerce'], // These projects will not be displayed. example: ['my-project1', 'my-project2'] + projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2'] }, }, social: { @@ -28,9 +28,11 @@ const config = { 'JavaScript', 'React.js', 'Node.js', + 'Nest.js', 'MySQL', 'Git', 'Docker', + 'PHPUnit', 'CSS', 'Antd', 'Tailwind',