Skip to content

Add uwsgi.ini in .gitignore #16297

@markkuleinio

Description

@markkuleinio

NetBox version

v4.0.3

Feature type

New functionality

Proposed functionality

Add uwsgi.ini in .gitignore, just like gunicorn.py already is.

Use case

Current uWSGI install instructions at https://netboxlabs.com/docs/netbox/en/stable/installation/4b-uwsgi/ suggest creating the uWSGI config file as /opt/netbox/uwsgi.ini, which will cause git status to "complain" about it, causing confusion for the user:

root@netbox-lab:/opt/netbox# git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        uwsgi.ini

nothing added to commit but untracked files present (use "git add" to track)

Database changes

None

External dependencies

None

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end user

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions