.hgignore
author ymh <ymh.work@gmail.com>
Fri, 16 May 2014 09:23:11 +0200
changeset 290 8a6eb26ac87f
parent 240 18a43ba77ad0
child 295 bcac9ea07d04
permissions -rw-r--r--
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
f5297dde9053 Can now add nodes/edges
veltr
parents:
diff changeset
     1
f5297dde9053 Can now add nodes/edges
veltr
parents:
diff changeset
     2
syntax: regexp
13
6d0e0100f4e8 Clean server, copy dep from client
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
     3
^\.project$
16
399690e161cc Merge with f7d9fe3ef6f36b8efe033484d349d28f7b82ec3b
veltr
parents: 15 13
diff changeset
     4
^client/data/dynamic-data\.json$
32
bb240c58c87e Added Metadataplayer test files
veltr
parents: 16
diff changeset
     5
^server/target$
bb240c58c87e Added Metadataplayer test files
veltr
parents: 16
diff changeset
     6
^metadataplayer/libs$
228
6a2a37135a86 ignore build folder
ymh <ymh.work@gmail.com>
parents: 32
diff changeset
     7
^metadataplayer/metadataplayer$
200
ea1119d3210a Added Renkan standalone instructions
veltr
parents: 32
diff changeset
     8
^standalone/renkan/css$
ea1119d3210a Added Renkan standalone instructions
veltr
parents: 32
diff changeset
     9
^standalone/renkan/data$
ea1119d3210a Added Renkan standalone instructions
veltr
parents: 32
diff changeset
    10
^standalone/renkan/img$
ea1119d3210a Added Renkan standalone instructions
veltr
parents: 32
diff changeset
    11
^standalone/renkan/js$
210
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents: 200
diff changeset
    12
^standalone/renkan/lib$
290
8a6eb26ac87f move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents: 240
diff changeset
    13
^build$
8a6eb26ac87f move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents: 240
diff changeset
    14
^client/node_modules$
8a6eb26ac87f move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents: 240
diff changeset
    15
^client/dist$