view .hgignore @ 5200:a7ac467edbf5

db: add NOT NULL constraint to repositories created_on and updated_on (Issue #134) It is a soft invariant but we should also make it explicit in the database to catch errors early.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 19 Jun 2015 18:06:39 +0200
parents 9885bbacf99c
children 19267f233d39
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$