netbox/.gitignore

24 lines
353 B
Plaintext
Raw Normal View History

2016-03-01 17:23:03 +01:00
*.pyc
2020-02-26 21:59:26 +01:00
*.swp
2021-03-13 10:28:21 +01:00
node_modules
/netbox/project-static/.cache
/netbox/netbox/configuration.py
/netbox/netbox/ldap_config.py
2017-09-19 23:47:42 +02:00
/netbox/reports/*
!/netbox/reports/__init__.py
2019-08-09 18:33:33 +02:00
/netbox/scripts/*
!/netbox/scripts/__init__.py
/netbox/static
2020-02-26 21:59:26 +01:00
/venv/
/*.sh
local_requirements.txt
!upgrade.sh
2016-03-01 17:23:03 +01:00
fabfile.py
gunicorn.py
netbox.log
netbox.pid
2018-12-30 08:35:18 +01:00
.DS_Store
2020-02-26 21:59:26 +01:00
.idea
.coverage
2020-02-26 21:59:26 +01:00
.vscode