From a12da54590dabd6b7a9529bf5d7ab57e1b7b0332 Mon Sep 17 00:00:00 2001 From: Marcus Dantas Date: Wed, 11 Mar 2020 12:33:02 -0300 Subject: [PATCH] Starter utility for manipulating pixel colors --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..398baf2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +.idea