mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
target/
|
||||
/target/
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue