##// END OF EJS Templates
i18n: don't include .mo files in the repo - build them on demand...
i18n: don't include .mo files in the repo - build them on demand (We do however keep the english .mo for now to preserve backwards compatibility.)

File last commit:

r4986:7d6c4bd5 default
r4986:7d6c4bd5 default
Show More
.hgignore
27 lines | 287 B | text/plain | TextLexer
Lukasz Balcerzak
Small hgignore update
r848 syntax: glob
*.pyc
*.swp
ignore sqlite files
r1971 *.sqlite
ignore tox stuff
r2555 *.tox
added egg-info,and .egg in hgignore
r1236 *.egg-info
*.egg
Mads Kiilerich
i18n: don't include .mo files in the repo - build them on demand...
r4986 *.mo
Marcin Kuzminski
initial commit.
r0
syntax: regexp
ignore rcextensions
r2106 ^rcextensions
Lukasz Balcerzak
Small hgignore update
r848 ^build
added dist dir to .hgignore
r4096 ^dist/
Lukasz Balcerzak
Small hgignore update
r848 ^docs/build/
^docs/_build/
Marcin Kuzminski
added hgignore
r9 ^data$
ignore sql_dumps for testing schema migrations
r3908 ^sql_dumps/
Marcin Kuzminski
added hgignore
r9 ^\.settings$
^\.project$
Marcin Kuzminski
ignore db file
r72 ^\.pydevproject$
ignore coverage and my local dev.ini file
r1893 ^\.coverage$
Bradley M. Kuhn
Rename some strings in defaults found in config files
r4210 ^kallithea\.db$
ignore test db
r460 ^test\.db$
Bradley M. Kuhn
General renaming to Kallithea
r4212 ^Kallithea\.egg-info$
Mads Kiilerich
docs: rework stuff...
r4902 ^my\.ini$
Added VCS into rhodecode core for faster and easier deployments of new versions
r2007 ^fabfile.py
Updated hgignore to skip .idea config files
r3831 ^\.idea$