From d7e5123b5ea0c846c1b8dce6fc0a0466302d99f2 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Thu, 27 Apr 2023 02:29:43 +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..74a674f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ DerivedData/ .swiftpm/config/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc +.env \ No newline at end of file