1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #8210: Establish netbox/local/ as a path for local resources

This commit is contained in:
jeremystretch
2022-01-03 09:45:30 -05:00
parent 1c7604e0fe
commit 7b0dff88ae
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ yarn-error.log*
!/netbox/project-static/docs/.info
/netbox/netbox/configuration.py
/netbox/netbox/ldap_config.py
/netbox/local/*
/netbox/reports/*
!/netbox/reports/__init__.py
/netbox/scripts/*