.hgignore
author rougeronj
Thu, 23 Apr 2015 18:17:10 +0200
changeset 86 2deead259283
parent 58 e71b49ff4a23
child 118 fea47f1054e2
child 145 a8b5b11ef6b2
permissions -rw-r--r--
add user filter to send bakc only the slides and books of the current user
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$
58
e71b49ff4a23 add config.py to gitignore
rougeronj
parents: 1
diff changeset
     8
e71b49ff4a23 add config.py to gitignore
rougeronj
parents: 1
diff changeset
     9
syntax: regexp
e71b49ff4a23 add config.py to gitignore
rougeronj
parents: 1
diff changeset
    10
^server/config\.py$