.hgignore
author rougeronj
Tue, 24 Mar 2015 18:13:23 +0100
changeset 38 96a7d3e4d073
parent 1 74bbdd739878
child 58 e71b49ff4a23
permissions -rw-r--r--
use URL in settings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
syntax: regexp
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
.DS_Store
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
Thumbs.db
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
^client/node_modules/
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
^client/bower_components/
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
^client/build/
1
74bbdd739878 views, path, search...
cavaliet
parents: 0
diff changeset
     7
\.project$