commit fd1366f3f17c902a1dc444d953e4bb1bb8804870 Author: Gregory Ballantine Date: Sun Mar 5 11:19:37 2023 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f712bc5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> Composer +composer.phar +/vendor/ + +# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control +# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file +# composer.lock + diff --git a/README.md b/README.md new file mode 100644 index 0000000..5244756 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# website + +HalfTone website \ No newline at end of file