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