netbox/.gitignore

29 lines
474 B
Plaintext
Raw Normal View History

2016-03-01 17:23:03 +01:00
*.pyc
2020-02-26 21:59:26 +01:00
*.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/*
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