.hgignore
author cavaliet
Thu, 03 Jul 2014 12:47:04 +0200
changeset 288 0bb9c29cd41d
parent 267 24ff98f2a122
child 314 515a46247b13
permissions -rw-r--r--
renkan first step : link, views and get put for json


syntax: glob
virtualenv/web/env/*
*.pyc

syntax: regexp
^web/.htaccess$

syntax: regexp
^web/static/site$
\.DS_Store
syntax: regexp
^virtualenv/web/project-boot\.py$
syntax: regexp
^web/index/.*$

syntax: regexp
^virtualenv/res/src/south$
syntax: regexp
\.sh$
syntax: regexp
^web/hdalab/config\.py$
syntax: regexp
^web/hdalab/\.htaccess$
syntax: regexp
^web/hdalab/\.htaccess$
syntax: regexp
^\.settings$
syntax: regexp
^run$
syntax: regexp
^src/hdabo/config\.py$