scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

Add SwiftPM's `.build` to the gitignore #289

Open fwcd opened 3 weeks ago

fwcd commented 3 weeks ago

This the folder where SwiftPM stores build artifacts when building from the command line (e.g. with swift build), hence we should ignore it to avoid accidentally committing it.