.hgignore
author rougeronj
Thu, 15 Jan 2015 17:56:57 +0100
changeset 88 2e2414765a59
parent 85 eff9460bd4f2
permissions -rw-r--r--
Add Debug var to the config template
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
e1d4d7a8255a First shareable version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
syntax: regexp
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
     2
22
986ee928a866 add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents: 13
diff changeset
     3
^utils/pianoroll_test
986ee928a866 add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents: 13
diff changeset
     4
^utils/pianoroll_sample_
80
dd414da0f0bb move clent to annot-client subfolder
ymh <ymh.work@gmail.com>
parents: 79
diff changeset
     5
^client/annot-client/bower_components$
dd414da0f0bb move clent to annot-client subfolder
ymh <ymh.work@gmail.com>
parents: 79
diff changeset
     6
^client/annot-client/build$
84
d7c5bffdd2d8 rework on pianoroll: extract in own app + "browserify"
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
     7
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
     8
^.project$
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
     9
^annot-server/mymonsenv$
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
    10
^.pydevproject$
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
    11
^client/.bowerrc$
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
    12
^client/.editorconfig$
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
    13
^client/.jscsrc$
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents: 0
diff changeset
    14
^client/.jshintrc$
2
fc1ab0074e29 export config in config file + add static file
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    15
^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
    16
^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
    17
^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
    18
^annot-server/templates/annotationclient.html$
40
54d3b561a482 update hgignore
cavaliet
parents: 36
diff changeset
    19
^annot-server/webapp/templates/annotationclient\.html$
79
bd2f2c3f205c Improve color management
ymh <ymh.work@gmail.com>
parents: 40
diff changeset
    20
^.settings/org.eclipse.core.resources.prefs$
bd2f2c3f205c Improve color management
ymh <ymh.work@gmail.com>
parents: 40
diff changeset
    21
\.orig$
84
d7c5bffdd2d8 rework on pianoroll: extract in own app + "browserify"
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
    22
^client/pianoroll/dist
d7c5bffdd2d8 rework on pianoroll: extract in own app + "browserify"
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
    23
^client/pianoroll/.tmp
d7c5bffdd2d8 rework on pianoroll: extract in own app + "browserify"
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
    24
^client/pianoroll/app/lib
85
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents: 84
diff changeset
    25
^client/annotviz/dist
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents: 84
diff changeset
    26
^client/annotviz/.tmp
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents: 84
diff changeset
    27
^client/annotviz/app/lib
84
d7c5bffdd2d8 rework on pianoroll: extract in own app + "browserify"
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
    28
d7c5bffdd2d8 rework on pianoroll: extract in own app + "browserify"
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
    29
node_modules
d7c5bffdd2d8 rework on pianoroll: extract in own app + "browserify"
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
    30
.DS_Store