Skip to content

Commit 5cd254a

Browse files
committed
Fix clean with public dir
1 parent 32e6683 commit 5cd254a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

fastroute-1.3/_benchmark/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
2+
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
33
find -path './.*' -delete

fatfree-3.8.1/_benchmark/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
2+
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
33
find -path './.*' -delete

leaf-3.3/_benchmark/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
2+
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
33
find -path './.*' -delete

phroute-2.2/_benchmark/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
2+
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
33
find -path './.*' -delete

siler-1.7.9/_benchmark/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
2+
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
33
find -path './.*' -delete

slim-3.12/_benchmark/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
2+
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
33
find -path './.*' -delete

slim-4.11/_benchmark/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"index.php")
2+
rm -rf !("_benchmark"|"Controllers"|"composer.json"|"public")
33
find -path './.*' -delete

0 commit comments

Comments
 (0)