##// 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
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
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$
Lukasz Balcerzak
Small hgignore update
r848 ^RhodeCode\.egg-info$
fixed ignore of dev .ini files
r3051 ^rc.*\.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$