.hgignore
author Daniel Diniz <ajaksu@gmail.com>
Mon, 06 Jul 2009 12:06:28 +0200
changeset 2556 d1175010235e
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Remove the custom propmpt inside textareas and input fields. This will hopefully be replaced with custom tooltips. Two reasons for this are that the tooltips will still be readable once your start typing and this way we avoid a bug that caused a textarea to go into prompt mode on some form validation errors. Reviewed by: Lennard de Rijk

# use glob syntax.
syntax: glob

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