remove leading slash on entry in .gitignore
This commit is contained in:
parent
ee09484fc8
commit
7b5def4d85
|
@ -20,7 +20,7 @@ target/
|
|||
.idea/
|
||||
|
||||
# Mac filesystem dust
|
||||
/.DS_Store
|
||||
.DS_Store
|
||||
|
||||
# pmd
|
||||
.pmdruleset
|
||||
|
|
Loading…
Reference in New Issue