.hgignore
author rougeronj
Fri, 03 Apr 2015 10:41:27 +0200
changeset 58 e71b49ff4a23
parent 1 74bbdd739878
child 118 fea47f1054e2
child 145 a8b5b11ef6b2
permissions -rw-r--r--
add config.py to gitignore

syntax: regexp
.DS_Store
Thumbs.db
^client/node_modules/
^client/bower_components/
^client/build/
\.project$

syntax: regexp
^server/config\.py$