Skip to content

Commit

Permalink
Merge pull request #2299 from Jarod42/remove_website_node_modules
Browse files Browse the repository at this point in the history
Remove generated "website/node_modules"'s files from project
  • Loading branch information
KyrietS authored Oct 14, 2024
2 parents d354cb0 + 5fc3632 commit cfb75fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,16 @@ if premake.action.supports("None") then
project "Web"
kind "None"

files "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"
kind "None"
Expand Down

0 comments on commit cfb75fd

Please sign in to comment.