##// END OF EJS Templates
tests: move test data to top level 'data' folder - make grepping in kallithea/ easier...
tests: move test data to top level 'data' folder - make grepping in kallithea/ easier We like to have test.ini under kallithea/tests, but we don't want the temporary files there.

File last commit:

r6001:9358211e default
r6001:9358211e default
Show More
.hgignore
31 lines | 332 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$