mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Exclude laravel-ecommerce from projects
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
|||||||
limit: 8, // How many projects to display.
|
limit: 8, // 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: [] // These projects will not be displayed. example: ['my-project1', 'my-project2']
|
projects: ['laravel-ecommerce'] // These projects will not be displayed. example: ['my-project1', 'my-project2']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
social: {
|
social: {
|
||||||
|
|||||||
Reference in New Issue
Block a user