.hgignore
author cavaliet
Tue, 11 Mar 2014 14:42:13 +0100
changeset 14 00a8a44543ab
parent 7 4681446b722d
child 19 aa9735eb01ac
permissions -rw-r--r--
clean import and tag management
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     1
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     2
syntax: regexp
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     3
^virtualenv/web/project-boot\.py$
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     4
syntax: regexp
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     5
^virtualenv/web/env$
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     6
syntax: regexp
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     7
^src/spel/config\.py$
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     8
syntax: regexp
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
     9
^run$
bafbf72652b9 virtualenv first commit and structure for spel app
cavaliet
parents:
diff changeset
    10
syntax: regexp
3
2581135217f2 first templates
cavaliet
parents: 2
diff changeset
    11
^web/static/site$
2581135217f2 first templates
cavaliet
parents: 2
diff changeset
    12
syntax: regexp
2581135217f2 first templates
cavaliet
parents: 2
diff changeset
    13
^\.pydevproject$
2581135217f2 first templates
cavaliet
parents: 2
diff changeset
    14
syntax: regexp
2581135217f2 first templates
cavaliet
parents: 2
diff changeset
    15
^\.settings/org\.eclipse\.core\.resources\.prefs$
2581135217f2 first templates
cavaliet
parents: 2
diff changeset
    16
syntax: regexp
7
4681446b722d management command first step
cavaliet
parents: 3
diff changeset
    17
^web/\.htaccess$
4681446b722d management command first step
cavaliet
parents: 3
diff changeset
    18
syntax: regexp
4681446b722d management command first step
cavaliet
parents: 3
diff changeset
    19
^web/static/media/ldt$