Skip to content

Commit 38a670a

Browse files
committed
build: add target directory to gitignore
Prevent tracking of build artifacts from tools like Maven or Cargo
1 parent 6e77b83 commit 38a670a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.project
55
build/
66
bin/
7+
target

0 commit comments

Comments
 (0)