##// END OF EJS Templates
Change command line tool config location to .config/kallithea
Change command line tool config location to .config/kallithea

File last commit:

r4181:e5cb0a4e kallithea-2.2.5-r...
r4181:e5cb0a4e 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$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$