first commit, add .hgignore
authorNicolas Martin <joliclic@gmail.com>
Thu, 18 May 2017 12:58:43 +0200
changeset 0 6eaf5d8d6ab4
child 1 8ad95a9cc477
first commit, add .hgignore
.hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu May 18 12:58:43 2017 +0200
@@ -0,0 +1,21 @@
+syntax: regexp
+
+~$
+\.pyc$
+(^|/)TAGS$
+(^|/)\.DS_Store$
+
+\.komodoproject$
+^.komodotools
+
+composer.lock
+^node_modules
+^bower_components
+^vendor
+^phpunit.xml$
+^MY_TODO.txt$
+^MY_NOTES.txt$
+^my_notes.md$
+
+^dist/
+