diff --git a/.gitignore b/.gitignore index b594efe4b..0ce9a20a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,13 @@ *.pyc *.swp -node_modules npm-debug.log* yarn-debug.log* yarn-error.log* -/netbox/project-static/.cache +/netbox/project-static/node_modules /netbox/project-static/docs/* !/netbox/project-static/docs/.info /netbox/netbox/configuration.py /netbox/netbox/ldap_config.py -/netbox/project-static/.cache -/netbox/project-static/node_modules /netbox/reports/* !/netbox/reports/__init__.py /netbox/scripts/* diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 94c53409a..81574a118 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -7,7 +7,7 @@ * [#7153](https://github.com/netbox-community/netbox/issues/7153) - Allow clearing of assigned device type images * [#7164](https://github.com/netbox-community/netbox/issues/7164) - Fix styling of "decommissioned" label for circuits * [#7169](https://github.com/netbox-community/netbox/issues/7169) - Fix CSV import file upload -* [#7169](https://github.com/netbox-community/netbox/issues/7193) - Fix prefix (flat) template issue when viewing child prefixes with prefixes available +* [#7193](https://github.com/netbox-community/netbox/issues/7193) - Fix prefix (flat) template issue when viewing child prefixes with prefixes available ---