fix: gitignore coverage fix and readme update with doc links
This commit is contained in:
parent
83aaa1ecb7
commit
f9d2126f75
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -13,7 +13,6 @@ rhodecode/public/js/src/components/**/*.css
|
||||||
/.settings
|
/.settings
|
||||||
/.project
|
/.project
|
||||||
/.pydevproject
|
/.pydevproject
|
||||||
/.coverage
|
|
||||||
/.cache*
|
/.cache*
|
||||||
/.ruff_cache*
|
/.ruff_cache*
|
||||||
/.rhodecode
|
/.rhodecode
|
||||||
|
|
@ -22,6 +21,7 @@ rhodecode/public/js/src/components/**/*.css
|
||||||
/.dev
|
/.dev
|
||||||
/._dev
|
/._dev
|
||||||
/build/
|
/build/
|
||||||
|
/.coverage*
|
||||||
/coverage.xml
|
/coverage.xml
|
||||||
/data
|
/data
|
||||||
/.eggs/
|
/.eggs/
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ RhodeCode uses `PEP386 versioning <http://www.python.org/dev/peps/pep-0386/>`_
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
Please visit https://docs.rhodecode.com/RhodeCode-Control/tasks/install-cli.html
|
Please visit https://docs.rhodecode.com/5.x/rcstack/install/installation.html
|
||||||
for more details
|
for more details
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@ RhodeCode is open-source; contributions are welcome!
|
||||||
|
|
||||||
Please see the contribution documentation inside of the docs folder, which is
|
Please see the contribution documentation inside of the docs folder, which is
|
||||||
also available at
|
also available at
|
||||||
https://docs.rhodecode.com/RhodeCode-Enterprise/contributing/contributing.html
|
https://docs.rhodecode.com/5.x/rce/contributing/overview.html
|
||||||
|
|
||||||
For additional information about collaboration tools, our issue tracker,
|
For additional information about collaboration tools, our issue tracker,
|
||||||
licensing, and contribution credit, visit https://rhodecode.com/open-source
|
licensing, and contribution credit, visit https://rhodecode.com/open-source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue