##// END OF EJS Templates
close beta branch
close beta branch

File last commit:

r4096:9496c047 default
r4109:c88f3164 beta
Show More
.hgignore
25 lines | 285 B | text/plain | TextLexer
Lukasz Balcerzak
Small hgignore update
r848 syntax: glob
*.pyc
*.swp
ignore sqlite files
r1971 *.sqlite
ignore tox stuff
r2555 *.tox
Aras Pranckevicius
hg ignore Paste*.egg
r1833 Paste*.egg
Marcin Kuzminski
initial commit.
r0
syntax: regexp
ignore rcextensions
r2106 ^rcextensions
Lukasz Balcerzak
Small hgignore update
r848 ^build
^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$
renamed hg_app to rhodecode
r548 ^rhodecode\.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
created rhodecode-api binary script for working with api via cli...
r2379 ^\.rhodecode$
Updated hgignore to skip .idea config files
r3831 ^\.idea$