Search code examples
xcodegitswiftgitignoreswift-playground

What should I include in the .gitignore file for Swift playgrounds?


I want to use Git for versioning my playgrounds, but I am not sure which files should be ignored and which ones I should commit.

Currently I use following .gitignore file for playgrounds:

# Xcode user data
xcuserdata

What else should be there?


Solution

  • From the official github gitignore for Swift

    ## Playgrounds
    timeline.xctimeline
    playground.xcworkspace