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

Tweak gitignore to include devicetype-images directory

This commit is contained in:
Jeremy Stretch
2020-02-20 13:42:23 -05:00
parent c78d30d47e
commit e8a8b39c47
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
*.pyc
/netbox/media
/netbox/netbox/configuration.py
/netbox/netbox/ldap_config.py
/netbox/reports/*

View File

@ -0,0 +1,2 @@
*
!.gitignore