mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Reorganize .gitignore; add /venv/
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
*.swp
|
||||||
/netbox/netbox/configuration.py
|
/netbox/netbox/configuration.py
|
||||||
/netbox/netbox/ldap_config.py
|
/netbox/netbox/ldap_config.py
|
||||||
/netbox/reports/*
|
/netbox/reports/*
|
||||||
@ -6,15 +7,14 @@
|
|||||||
/netbox/scripts/*
|
/netbox/scripts/*
|
||||||
!/netbox/scripts/__init__.py
|
!/netbox/scripts/__init__.py
|
||||||
/netbox/static
|
/netbox/static
|
||||||
.idea
|
/venv/
|
||||||
/*.sh
|
/*.sh
|
||||||
!upgrade.sh
|
!upgrade.sh
|
||||||
fabfile.py
|
fabfile.py
|
||||||
*.swp
|
|
||||||
gunicorn_config.py
|
|
||||||
gunicorn.py
|
gunicorn.py
|
||||||
netbox.log
|
netbox.log
|
||||||
netbox.pid
|
netbox.pid
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode
|
.idea
|
||||||
.coverage
|
.coverage
|
||||||
|
.vscode
|
||||||
|
Reference in New Issue
Block a user