Skip to content
Snippets Groups Projects
Unverified Commit ab2a8bac authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #16975 from nextcloud/build/noid/makefile-clean-git

Add clean-git target to makefile
parents b7301f40 63626f59
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,23 @@ clean: ...@@ -27,11 +27,23 @@ clean:
rm -rf apps/files_trashbin/js/ rm -rf apps/files_trashbin/js/
rm -rf apps/files_versions/js/ rm -rf apps/files_versions/js/
rm -rf apps/oauth2/js/ rm -rf apps/oauth2/js/
rm -rf apps/systemtags/js/systemtags.js rm -rf apps/systemtags/js/systemtags.*
rm -rf apps/systemtags/js/systemtags.map
rm -rf apps/twofactor_backupcodes/js rm -rf apps/twofactor_backupcodes/js
rm -rf apps/updatenotification/js/updatenotification.js rm -rf apps/updatenotification/js/updatenotification.*
rm -rf apps/updatenotification/js/updatenotification.map
rm -rf apps/workflowengine/js/ rm -rf apps/workflowengine/js/
rm -rf core/js/dist rm -rf core/js/dist
rm -rf settings/js/vue-* rm -rf settings/js/vue-*
clean-git: clean
git checkout -- apps/accessibility/js/
git checkout -- apps/comments/js/
git checkout -- apps/files_sharing/js/dist/
git checkout -- apps/files_trashbin/js/
git checkout -- apps/files_versions/js/
git checkout -- apps/oauth2/js/
git checkout -- apps/systemtags/js/systemtags.*
git checkout -- apps/twofactor_backupcodes/js
git checkout -- apps/updatenotification/js/updatenotification.*
git checkout -- apps/workflowengine/js/
git checkout -- core/js/dist
git checkout -- settings/js/vue-*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment