1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +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:
Vasiliy 2022-04-26 21:50:14 +05:00 committed by GitHub
parent d0b80a4699
commit 482f960e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
target/
/target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup