Ensure that build and target are directories in .gitignore (#6884)

Ensure that `build` and `target` are directories in `.gitignore`.
This commit is contained in:
Michael Gregorius
2024-03-30 19:04:57 +01:00
committed by GitHub
parent b622fa2206
commit c271d28314

4
.gitignore vendored
View File

@@ -1,5 +1,5 @@
/build
/target
/build/
/target/
.*.sw?
.DS_Store
*~