From 4fe8c2b587a2bc675e67a166cadd4085ed0efcc3 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Tue, 9 Sep 2025 11:44:06 +0200 Subject: [PATCH] Added the .env file and the .doccarchive container to the .gitignore file. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c13662..241524e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ xcuserdata/ *.dSYM.zip *.dSYM +# Configuration +.env + # Swift Package Manager # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. Packages/ @@ -31,4 +34,7 @@ Packages/ # hence it is not needed unless you have added a package configuration file to your project .swiftpm .swiftpm/configuration/registries.json -.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata \ No newline at end of file +.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata + +# DocC documentation +*.doccarchive \ No newline at end of file