add .idea to gitignore

This commit is contained in:
Leon Wolf 2022-10-05 20:30:35 +02:00
parent 13e829ca88
commit 78c9207877

3
.gitignore vendored
View file

@ -36,6 +36,9 @@ Product/*
timeline.xctimeline timeline.xctimeline
playground.xcworkspace playground.xcworkspace
# Jetbrains IDEA
.idea
# 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.