Commit 1623c2ff36c05aaaa2870194244d780d63d4945b

Authored by Augusto Herrmann
1 parent c729fa65
Exists in master

acrescentado .hgignore

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
.hgignore 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +syntax: glob
  2 +
  3 +*.pyc
  4 +*~
  5 +*.orig
  6 +build/*
  7 +.sass-cache/*
  8 +assets.json
  9 +app/templates/*
... ...