mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 12:26:25 -06:00
Include docs build path in revision control
This commit is contained in:
parent
7667bfd902
commit
25a5505296
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,7 +2,8 @@
|
|||||||
*.swp
|
*.swp
|
||||||
node_modules
|
node_modules
|
||||||
/netbox/project-static/.cache
|
/netbox/project-static/.cache
|
||||||
/netbox/project-static/docs/
|
/netbox/project-static/docs/*
|
||||||
|
!/netbox/project-static/docs/.info
|
||||||
/netbox/netbox/configuration.py
|
/netbox/netbox/configuration.py
|
||||||
/netbox/netbox/ldap_config.py
|
/netbox/netbox/ldap_config.py
|
||||||
/netbox/reports/*
|
/netbox/reports/*
|
||||||
|
1
netbox/project-static/docs/.info
Normal file
1
netbox/project-static/docs/.info
Normal file
@ -0,0 +1 @@
|
|||||||
|
Build local for local documentation
|
Loading…
Reference in New Issue
Block a user