correct .hgignore
This commit is contained in:
parent
4153b526e6
commit
5f2b252c1e
4 changed files with 8 additions and 5 deletions
10
.hgignore
10
.hgignore
|
|
@ -1,5 +1,5 @@
|
|||
syntax: glob
|
||||
media/*
|
||||
tmp/*
|
||||
uploads/*
|
||||
seminarymedia/*
|
||||
syntax: regex
|
||||
^media/*
|
||||
^tmp/*
|
||||
^uploads/*
|
||||
^seminarymedia/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue