Use .gitignore file instead of .hgignore
This commit is contained in:
parent
81e5b72f3d
commit
0a33e29e4f
2 changed files with 9 additions and 11 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
/doc/
|
||||
/logs/
|
||||
/media/
|
||||
/tmp/
|
||||
/uploads/
|
||||
/seminarymedia/
|
||||
/seminaryuploads/
|
||||
/www/analytics/tmp/
|
||||
/app/lib/phpqrcode/cache/
|
11
.hgignore
11
.hgignore
|
@ -1,11 +0,0 @@
|
|||
syntax: regexp
|
||||
^doc/*
|
||||
^logs/*
|
||||
^media/*
|
||||
^tmp/*
|
||||
^uploads/*
|
||||
^seminarymedia/*
|
||||
^seminaryuploads/*
|
||||
^www/analytics/config/config.ini.php*
|
||||
^www/analytics/tmp/*
|
||||
^app/lib/phpqrcode/cache/*
|
Loading…
Reference in a new issue