removed root slashed from ignore file
This commit is contained in:
parent
9dbc2b7a62
commit
b9735e3c55
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -3,10 +3,7 @@
|
|||
#
|
||||
|
||||
# Ignore all maven target directories
|
||||
/target
|
||||
*/target
|
||||
*/*/target
|
||||
*/*/*/target
|
||||
target
|
||||
|
||||
# Ignore maven release files
|
||||
release.properties
|
||||
|
@ -18,8 +15,8 @@ pom.xml.tag
|
|||
pom.xml.versionsBackup
|
||||
|
||||
# Ignore copyed site resource
|
||||
/src/site/markdown/build.md
|
||||
/src/site/markdown/todo.md
|
||||
src/site/markdown/build.md
|
||||
src/site/markdown/todo.md
|
||||
|
||||
# Ignore binary files and formats
|
||||
*.o
|
||||
|
|
Loading…
Reference in a new issue