Closed ixiongtii closed 11 months ago
@ixiongtii I think we need to add a
build
folder togitignore
file, builds should not be a part of the repo...
Ok, I've added amd/build
to the gitignore. Can I get another review? @andrii-ilin
Please don't do that! Moodle plugins do include the build folder. (I know this differs from some other projects) in moodles case the built amd files should be included and removing them from git will cause all sorts of problems for end-users as they will not expect it.
@danmarsden unexpected :-) , thanks for letting us know, @ixiongtii sorry, my bad, I didn't expect that build folders and files should be commited
thanks @andrii-ilin - glad I jumped in before you merged that in - although I'm surprised to see work in this space going on while other important issues like #553 are being neglected which is needed asap so that sites using Moodle 4.3 can use Turnitin (at the moment sites that have upgraded to Moodle 4.3 cannot use Turnitin code without adding that patch manually themselves.)
@ixiongtii I think we need to add a
build
folder togitignore
file, builds should not be a part of the repo...