Skip to content

Commit

Permalink
Update premake5.lua
Browse files Browse the repository at this point in the history
Co-authored-by: João Matos <[email protected]>
  • Loading branch information
Jarod42 and tritao authored Oct 14, 2024
1 parent 9bc941b commit 5fc3632
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,15 @@ if premake.action.supports("None") then
project "Web"
kind "None"

files { "website/blog/**", "website/community/**", "website/doc/**", "website/src/**", "website/static/**", "website/*" }
files
{
"website/blog/**",
"website/community/**",
"website/doc/**",
"website/src/**",
"website/static/**",
"website/*"
}
-- ensure that "website/node_modules/**" is not there (generated files)

project "Github"
Expand Down

0 comments on commit 5fc3632

Please sign in to comment.