diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..71152ce --- /dev/null +++ b/.hgignore @@ -0,0 +1,9 @@ +syntax: glob + +*.pyc +*~ +*.orig +build/* +.sass-cache/* +assets.json +app/templates/* -- libgit2 0.21.2