Added the .env file and the .doccarchive container to the .gitignore file.
This commit is contained in:
+7
-1
@@ -19,6 +19,9 @@ xcuserdata/
|
|||||||
*.dSYM.zip
|
*.dSYM.zip
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
.env
|
||||||
|
|
||||||
# Swift Package Manager
|
# Swift Package Manager
|
||||||
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
||||||
Packages/
|
Packages/
|
||||||
@@ -31,4 +34,7 @@ Packages/
|
|||||||
# hence it is not needed unless you have added a package configuration file to your project
|
# hence it is not needed unless you have added a package configuration file to your project
|
||||||
.swiftpm
|
.swiftpm
|
||||||
.swiftpm/configuration/registries.json
|
.swiftpm/configuration/registries.json
|
||||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||||
|
|
||||||
|
# DocC documentation
|
||||||
|
*.doccarchive
|
||||||
Reference in New Issue
Block a user