Skip to content

Commit ea49288

Browse files
ignore Maven target directories in git
Stops local mvn output under tests fixtures from appearing as untracked noise. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d483c91 commit ea49288

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ENV/
1111

1212
# Packaging / build artifacts
1313
build/
14+
target/
1415
dist/
1516
*.egg-info/
1617
.eggs/

0 commit comments

Comments
 (0)