Add 'target/' to .gitignore to exclude build artifacts

This commit is contained in:
Vincent Guillet
2025-05-20 13:46:53 +02:00
parent 7fcdee6e2b
commit 4cc46d7ac3

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@ dist/
build/ build/
coverage/ coverage/
out/ out/
target/
# Environment and secrets # Environment and secrets
.env .env