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