From d7069f45d62fb29fc2a810608c1383a0e914c348 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Mon, 18 Feb 2019 18:11:29 -0500 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a67d42b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +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..7ef6db7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# laravel-psalm-plugin +A Psalm plugin for Laravel