.hgignore
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 19 Jun 2009 20:19:03 +0200
changeset 2414 a95ba3595554
parent 2310 d51331eaec15
child 2441 a24b2b4af87d
permissions -rw-r--r--
Use build-in django 1.0.x on deployed version of Melange. Using SDK (Development server) right now we are still using django.zip when running from build folder and django folder when running from app folder. django.zip file is still uploaded when deploying the app but it's not used. We might totally get rid of django folder and django.zip soon (discussion needed).

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
.gitignore
.DS_Store