mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9e258dd31e
* Closes #2902 - Migrate to systemd from supervisord * Closes #2902 - Migrate to systemd from supervisord * Update systemd unit and environment file * Add gunicorn.conf * Update documentation and CHANGELOG. Moved parameters around on service file * Update Gitignore
21 lines
301 B
Plaintext
21 lines
301 B
Plaintext
*.pyc
|
|
/netbox/netbox/configuration.py
|
|
/netbox/netbox/ldap_config.py
|
|
/netbox/reports/*
|
|
!/netbox/reports/__init__.py
|
|
/netbox/scripts/*
|
|
!/netbox/scripts/__init__.py
|
|
/netbox/static
|
|
.idea
|
|
/*.sh
|
|
!upgrade.sh
|
|
fabfile.py
|
|
*.swp
|
|
gunicorn_config.py
|
|
gunicorn.conf
|
|
netbox.log
|
|
netbox.pid
|
|
.DS_Store
|
|
.vscode
|
|
.coverage
|