Exclude laravel-ecommerce from projects
This commit is contained in:
parent
a1f983ef16
commit
f4cfcbbe5e
@ -6,7 +6,7 @@ module.exports = {
|
||||
limit: 8, // How many projects to display.
|
||||
exclude: {
|
||||
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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user