.hgignore
author ymh <ymh.work@gmail.com>
Wed, 25 Sep 2013 22:14:51 +0200
changeset 117 0a4e7d6ebe80
parent 2 aaa8629d42c9
child 120 6ec0300b626e
permissions -rw-r--r--
- Do not create object for new - optimise object loading on edit (avoid double object query) - optimize sparql queries configuration - rename templates - update trnslations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
syntax: regexp
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
^run$
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
^\.pydevproject$
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
^src/p4l/config\.py$
1
d184767fdd52 first list view
cavaliet
parents: 0
diff changeset
     5
^\.metadata$
2
aaa8629d42c9 add django rest framework and its dependencies + improve virtualenv creation
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     6
^virtualenv/web/project-boot\.py$
1
d184767fdd52 first list view
cavaliet
parents: 0
diff changeset
     7
^virtualenv/web/env$
d184767fdd52 first list view
cavaliet
parents: 0
diff changeset
     8
^\.settings$
2
aaa8629d42c9 add django rest framework and its dependencies + improve virtualenv creation
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     9
^web/static$