Skip to content

Commit

Permalink
Merge pull request #21 from joanhey/fix-public-dir
Browse files Browse the repository at this point in the history
Fix clean with public dir to the microframeworks
  • Loading branch information
myaaghubi committed Jul 27, 2023
2 parents a0879a5 + 5cd254a commit a77fbb0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fastroute-1.3/_benchmark/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
find -path './.*' -delete
2 changes: 1 addition & 1 deletion fatfree-3.8.1/_benchmark/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
find -path './.*' -delete
2 changes: 1 addition & 1 deletion leaf-3.3/_benchmark/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
find -path './.*' -delete
2 changes: 1 addition & 1 deletion phroute-2.2/_benchmark/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
find -path './.*' -delete
2 changes: 1 addition & 1 deletion siler-1.7.9/_benchmark/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
find -path './.*' -delete
2 changes: 1 addition & 1 deletion slim-3.12/_benchmark/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
find -path './.*' -delete
2 changes: 1 addition & 1 deletion slim-4.11/_benchmark/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
find -path './.*' -delete

0 comments on commit a77fbb0

Please sign in to comment.