Add .build to .gitignore
Some code editors will automatically run the SourceKit LSP on the project, and create the `.build` folder. This folder should be ignored by git
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ damus.xcodeproj/xcshareddata/xcbaselines
|
||||
TODO.bak
|
||||
tags
|
||||
build-git-hash.txt
|
||||
.build
|
||||
|
||||
Reference in New Issue
Block a user