Update gitprofile.config.js

This commit is contained in:
Ariful Alam
2022-05-27 00:01:42 +06:00
committed by GitHub
parent 630d9711ec
commit efbd5f96fe

View File

@@ -7,7 +7,7 @@ const config = {
limit: 10, // How many projects to display. limit: 10, // How many projects to display.
exclude: { exclude: {
forks: false, // Forked projects will not be displayed if set to true. 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: { social: {
@@ -28,9 +28,11 @@ const config = {
'JavaScript', 'JavaScript',
'React.js', 'React.js',
'Node.js', 'Node.js',
'Nest.js',
'MySQL', 'MySQL',
'Git', 'Git',
'Docker', 'Docker',
'PHPUnit',
'CSS', 'CSS',
'Antd', 'Antd',
'Tailwind', 'Tailwind',