Showing
1 changed file
with
1 additions
and
1 deletions
@@ -41,7 +41,7 @@ test: pdf/.dart_tool $(FONTS) | @@ -41,7 +41,7 @@ test: pdf/.dart_tool $(FONTS) | ||
41 | # cd printing; flutter test | 41 | # cd printing; flutter test |
42 | 42 | ||
43 | clean: | 43 | clean: |
44 | - git clean -fdx | 44 | + git clean -fdx -e .vscode |
45 | 45 | ||
46 | publish-pdf: format clean | 46 | publish-pdf: format clean |
47 | cd pdf; pub publish -f | 47 | cd pdf; pub publish -f |
-
Please register or login to post a comment