1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
checktheroads b482c30866 add dist to git
2021-03-13 13:56:40 -07:00

24 lines
353 B
Plaintext

*.pyc
*.swp
node_modules
/netbox/project-static/.cache
/netbox/netbox/configuration.py
/netbox/netbox/ldap_config.py
/netbox/reports/*
!/netbox/reports/__init__.py
/netbox/scripts/*
!/netbox/scripts/__init__.py
/netbox/static
/venv/
/*.sh
local_requirements.txt
!upgrade.sh
fabfile.py
gunicorn.py
netbox.log
netbox.pid
.DS_Store
.idea
.coverage
.vscode