author | cavaliet |
Mon, 13 Oct 2014 18:19:28 +0200 | |
changeset 16 | 3343e89b04a1 |
parent 13 | 435d5c15275a |
child 22 | 986ee928a866 |
permissions | -rw-r--r-- |
0 | 1 |
syntax: regexp |
1 | 2 |
|
2
fc1ab0074e29
export config in config file + add static file
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
3 |
^utils/pianoroll_test.* |
1 | 4 |
^client/bower_components$ |
5 |
^client/build$ |
|
6 |
^client/node_modules$ |
|
7 |
^.project$ |
|
8 |
^annot-server/mymonsenv$ |
|
9 |
^.pydevproject$ |
|
10 |
^client/.bowerrc$ |
|
11 |
^client/.editorconfig$ |
|
12 |
^client/.jscsrc$ |
|
13 |
^client/.jshintrc$ |
|
2
fc1ab0074e29
export config in config file + add static file
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
14 |
^annot-server/twistd.pid$ |
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
15 |
^annot-server/settings.py$ |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
16 |
^annot-server/static/css/app |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
17 |
^annot-server/static/css/lib |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
18 |
^annot-server/static/css/fonts/ |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
19 |
^annot-server/static/js/app |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
20 |
^annot-server/static/js/lib |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
21 |
^annot-server/static/data |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
22 |
^annot-server/templates/annotationclient.html$ |