mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
* Initial work on #19591 * Ignore images cache directory * Clean up thumbnails layout * Include "add attachment" button * Clean up ObjectImageAttachmentsView * Add html_tag property to ImageAttachment * Misc cleanup * Collapse .gitignore files for /media * Fix conditional in template
33 lines
532 B
Plaintext
33 lines
532 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/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
|