netbox-community / netbox-docker

🐳 Docker Image of NetBox
https://github.com/netbox-community/netbox-docker/wiki
Apache License 2.0
1.81k stars 828 forks source link

Add files from wiki entry on extending netbox image with plugins to gitignore #815

Open ryanmerolle opened 2 years ago

ryanmerolle commented 2 years ago

Desired Behavior

Really just helps minimize confusion or friction for people.

.gitignore

plugin_requirements.txt
Dockerfile-Plugins

Contrast to Current Behavior

not in the gitignore.

Required Changes

No response

Discussion: Benefits and Drawbacks

No response

tobiasge commented 2 years ago

This would make adding those files into your own fork more complicated. I guess this is a question of what is the more common use case.