.hgignore
author Daniel Hans <Daniel.M.Hans@gmail.com>
Mon, 17 Aug 2009 18:43:23 +0200
changeset 2779 db04432cb99a
parent 2587 ec7818110fd2
permissions -rw-r--r--
Argument to_json added to json function in Base view. Its value (which should be a boolean) determines if the data should be converted to a JSON object. Therefore if someone has already a JSON string and wants to return it in a HTTP response, he or she may set to_json=False and the object will not be converted.

# 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