mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-10 13:52:17 -06:00
Some checks failed
Close stale issues/PRs / stale (push) Has been cancelled
Close incomplete issues / stale (push) Has been cancelled
Update translation strings / makemessages (push) Has been cancelled
CI / build (20.x, 3.12) (push) Has been cancelled
CI / build (20.x, 3.13) (push) Has been cancelled
CI / build (20.x, 3.14) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
34 lines
558 B
Plaintext
34 lines
558 B
Plaintext
*.pyc
|
|
*.swp
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/netbox/project-static/node_modules
|
|
/netbox/project-static/docs/*
|
|
!/netbox/project-static/docs/.info
|
|
/netbox/netbox/configuration.py
|
|
/netbox/netbox/ldap_config.py
|
|
/netbox/local/*
|
|
/netbox/media/*
|
|
!/netbox/media/.gitkeep
|
|
/netbox/reports/*
|
|
!/netbox/reports/__init__.py
|
|
/netbox/scripts/*
|
|
!/netbox/scripts/__init__.py
|
|
/netbox/static
|
|
/venv/
|
|
/*.sh
|
|
local_requirements.txt
|
|
local_settings.py
|
|
!upgrade.sh
|
|
fabfile.py
|
|
gunicorn.py
|
|
uwsgi.ini
|
|
netbox.log
|
|
netbox.pid
|
|
.DS_Store
|
|
.idea
|
|
.coverage
|
|
.vscode
|
|
.python-version
|