From bc6c0cf6a3eaa8d8f5a521b982b92d8146265b0a Mon Sep 17 00:00:00 2001 From: Aldarien Date: Mon, 23 Dec 2019 17:54:30 -0300 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9aa7c69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Composer +/vendor/ +composer.lock