mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
Cleanup AppPackages on mach clean
This commit is contained in:
parent
95a9287a8a
commit
3e4cac3481
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -58,4 +58,5 @@ support/hololens/ServoApp/support/
|
|||
support/hololens/ServoApp/Debug/
|
||||
support/hololens/ServoApp/Release/
|
||||
support/hololens/packages/
|
||||
support/hololens/AppPackages/
|
||||
support/hololens/.vs/
|
||||
|
|
|
@ -742,6 +742,7 @@ class MachCommands(CommandBase):
|
|||
"support/hololens/ServoApp/Debug/",
|
||||
"support/hololens/ServoApp/Release/",
|
||||
"support/hololens/packages/",
|
||||
"support/hololens/AppPackages/",
|
||||
]
|
||||
|
||||
for uwp_artifact in uwp_artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue