From cca40c50ab6a777eecfd4843e86dd4db944af6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gim=C3=A9nez=20Silva=20Germ=C3=A9n=20Alberto?= Date: Wed, 1 Apr 2026 08:49:25 -0300 Subject: [PATCH 1/3] removing all the extra files and credentials from repo --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3200e0..4f3eaaa 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ /tmp/ # Used by dotenv library to load environment variables. -# .env +.env # Ignore Byebug command history file. .byebug_history From bc7a6ae4b9b816d4b923f5c3e547518e2a0fa050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gim=C3=A9nez=20Silva=20Germ=C3=A9n=20Alberto?= Date: Wed, 1 Apr 2026 08:51:26 -0300 Subject: [PATCH 2/3] update ignored files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 4f3eaaa..aab57ca 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,10 @@ build-iPhoneSimulator/ # Used by RuboCop. Remote config files pulled in from inherit_from directive. # .rubocop-https?--* + +# Local file for test the project +Dockerfile +Gemfile.lock +data/ +docker-compose.yml + From 09581e5b72b3982c98b4122d57b3979042450c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gim=C3=A9nez=20Silva=20Germ=C3=A9n=20Alberto?= Date: Wed, 1 Apr 2026 08:56:05 -0300 Subject: [PATCH 3/3] remove folder from repository --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aab57ca..294791f 100644 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,4 @@ Dockerfile Gemfile.lock data/ docker-compose.yml - +output