##// END OF EJS Templates
packaging: Update rc-testdata...
packaging: Update rc-testdata I've seen upcoming trouble with recent nixpkgs and updated the default.nix inside of rc-testdata. This change makes use of the new version for enterprise.

File last commit:

r721:e814be46 default
r940:1fece5a0 default
Show More
.hgignore
65 lines | 1.0 KiB | text/plain | TextLexer
project: initial commit
r0 syntax: glob
*.egg
*.egg-info
*.idea
*.orig
*.pyc
*.sqlite-journal
*.swp
*.tox
*.DS_Store*
components: reorganize build pipeline to have nice separation of html/js/css
r703 rhodecode/public/js/src/components/**/*.css
project: initial commit
r0
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^rcextensions
^_dev
^._dev
^build/
polymer: introduce webcomponents to rhodecode
r689 ^bower_components/
project: initial commit
r0 ^coverage\.xml$
^data$
Martin Bornhold
dev-env: Add .eggs directory to ignore list.
r481 ^\.eggs/
project: initial commit
r0 ^configs/data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^rcextensions/
^result$
^rhodecode/public/css/style.css$
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 ^rhodecode/public/css/style-polymer.css$
hgignore: Ignore generated webcomponents
r721 ^rhodecode/public/js/rhodecode-components.html$
project: initial commit
r0 ^rhodecode/public/js/scripts.js$
polymer: slim out the styles and change the flow of initialization to avoid race conditions
r714 ^rhodecode/public/js/src/components/root-styles.gen.html$
hgignore: Ignore generated webcomponents
r721 ^rhodecode/public/js/vendors/webcomponentsjs/
project: initial commit
r0 ^rhodecode\.db$
^rhodecode\.log$
^rhodecode_dev\.log$
^test\.db$
# ac-tests
^acceptance_tests/\.cache.*$
^acceptance_tests/externals
^acceptance_tests/ghostdriver.log$
^acceptance_tests/local(_.+)?\.ini$
# docs
^docs/_build$
^docs/result$
^docs-internal/_build$
# Cythonized things
^rhodecode/.*\.(c|so)$