.hgignore
author ymh <ymh.work@gmail.com>
Tue, 23 May 2017 13:15:34 +0200
changeset 3 3b5d37d84cfe
parent 2 b52921a63e77
child 4 885a20cde527
permissions -rw-r--r--
Some code rename and reorg + basic tests

syntax: regexp
^client/node_modules
^client/\.vscode
^client/build

^client/.*\.css$

# testing
^client/coverage

# misc
\.DS_Store
\.env\.local
\.env\.development\.local
\.env\.test\.local
\.env\.production\.local

npm-debug\.log.*
yarn-debug\.log.*
yarn-error\.log.*