diff --git a/.gitattributes b/.gitattributes index 29a850a..a6a854c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -example export-ignore +examples export-ignore test export-ignore .gitattributes export-ignore .gitignore export-ignore diff --git a/example/BlockingTask.php b/examples/BlockingTask.php similarity index 100% rename from example/BlockingTask.php rename to examples/BlockingTask.php diff --git a/example/fork.php b/examples/fork.php similarity index 100% rename from example/fork.php rename to examples/fork.php diff --git a/example/thread.php b/examples/thread.php similarity index 100% rename from example/thread.php rename to examples/thread.php diff --git a/example/worker-pool.php b/examples/worker-pool.php similarity index 100% rename from example/worker-pool.php rename to examples/worker-pool.php diff --git a/example/worker.php b/examples/worker.php similarity index 100% rename from example/worker.php rename to examples/worker.php