From 169bdd158bb21854c625e772bfc785ce340b6489 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 24 Apr 2023 00:46:50 +0200 Subject: [PATCH] Added the .env file to the .gitignore file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b29812..488a344 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ DerivedData/ .swiftpm/config/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc +.env