Skip to content

Commit 3c8fa51

Browse files
committed
amend .gitignore to exclude the ./target/ directory from repository
1 parent 4a7724e commit 3c8fa51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
.classpath
33
.project
44
*.iml
5-
.idea/
5+
.idea/
6+
target/
7+

0 commit comments

Comments
 (0)