.hgignore
author rougeronj
Tue, 09 Jun 2015 19:09:29 +0200
changeset 145 a8b5b11ef6b2
parent 58 e71b49ff4a23
child 149 8e117699857a
permissions -rw-r--r--
ignore the config file in src folder
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
145
a8b5b11ef6b2 ignore the config file in src folder
rougeronj
parents: 58
diff changeset
    10
^server/src/config\.py$