.hgignore
author rougeronj
Tue, 07 Apr 2015 11:47:15 +0200
changeset 71 a5dedc11ba8f
parent 58 e71b49ff4a23
child 118 fea47f1054e2
child 145 a8b5b11ef6b2
permissions -rw-r--r--
add parent_visit attribute to model to identify a book created by user and a book from Jamespot
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$