##// END OF EJS Templates
Updated hgignore to skip .idea config files
Updated hgignore to skip .idea config files

File last commit:

r3831:bd39c1f7 beta
r3831:bd39c1f7 beta
Show More
.hgignore
24 lines | 273 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
Paste*.egg
syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.rhodecode$
^\.idea$