##// END OF EJS Templates
RhodeCode GmbH is not the sole author of this work
RhodeCode GmbH is not the sole author of this work

File last commit:

r4210:277684f2 kallithea-2.2.5-r...
r4211:1948ede0 kallithea-2.2.5-r...
Show More
.hgignore
26 lines | 284 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$