.hgignore
author Mario Ferraro <fadinlight@gmail.com>
Sun, 25 Oct 2009 19:09:38 +0000
changeset 3039 14194c0b3cd1
parent 2587 ec7818110fd2
permissions -rw-r--r--
General JavaScript utilities for melange. This script is going to be the core of Melange JS. It provides a melange namespace and general utilies for logging, loading of google api, common errors, base class for templates that reads context from a script tag attribute. It also reads general options from its script tag.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings