mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Update .gitignore
This commit is contained in:
parent
f44e377e29
commit
22d9b28926
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
*.sql.gz
|
||||
.netbox
|
||||
.initializers
|
||||
Dockerfile-Plugins
|
||||
docker-compose.override.yml
|
||||
*.pem
|
||||
configuration/*
|
||||
|
|
@ -11,5 +12,6 @@ configuration/ldap/*
|
|||
!configuration/ldap/ldap_config.py
|
||||
!configuration/logging.py
|
||||
!configuration/plugins.py
|
||||
plugin_requirements.txt
|
||||
prometheus.yml
|
||||
super-linter.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue