What files is this .gitignore programmed to leave out?
#.swift build/ *.txt *.metadata
Only files with .swift and .txt extensions.
All files in the build directory, as well as files ending with .txt or .metadata
Only the build directory
All files with a .swift, .txt, or metadata file extension, as well as the entire build directory