From a7579599a3310984ca9c775252e45b833ae74209 Mon Sep 17 00:00:00 2001 From: Ryan Luker Date: Sun, 24 Apr 2022 16:01:21 +0000 Subject: [PATCH] Add gitpod yaml to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b12677fa..2237c36d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ composer.lock composer.phar *.pyc target +.gitpod.yml