gitignore static folder, concretize configuration.py location
this adds the netbox/static folder to the gitignore file, and further specifies the path from where we'd like to ignore net netbox configuration.py.
This commit is contained in:
parent
f8f5d6876b
commit
5cd9c11169
|
|
@ -1,5 +1,6 @@
|
|||
*.pyc
|
||||
configuration.py
|
||||
/netbox/netbox/configuration.py
|
||||
/netbox/static
|
||||
.idea
|
||||
/*.sh
|
||||
!upgrade.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue