Test website's App_Plugins folder in source control?
Closed this issue · 0 comments
leekelleher commented
Do these folders need to be source controlled?
- https://github.com/umbraco/UI-Examples/tree/master/src/UIExamples.Website/App_Plugins/uiexamples
- https://github.com/umbraco/UI-Examples/tree/master/src/UIExamples.v9.Website/App_Plugins/uiexamples
As the "source of truth" for those files are from here...
- https://github.com/umbraco/UI-Examples/tree/master/src/Our.Umbraco.UiExamples/App_Plugins/uiexamples
...and those are copied across to the test websites with Gulp?
Ultimately, my bugbear is that when I make a change to a file, it is copied over to both v8 & v9 websites, and version-able in my Git repository. So either, should we remove those from the Git repo? or when I submit a pull-request, should I commit those too?