Fix: do not ignore "*target/" subdirectories.
Recently I ran into a problem: I created a Java package "*.target.*" and git ignored it when I commited the changes. It turned out it was because of this line
This commit is contained in:
parent
d0b80a4699
commit
482f960e78
@ -1,4 +1,4 @@
|
|||||||
target/
|
/target/
|
||||||
pom.xml.tag
|
pom.xml.tag
|
||||||
pom.xml.releaseBackup
|
pom.xml.releaseBackup
|
||||||
pom.xml.versionsBackup
|
pom.xml.versionsBackup
|
||||||
|
Loading…
Reference in New Issue
Block a user