mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
gitignore .venv
often, a .venv is added at a package root containing the virtualenv. so exclude this for git
This commit is contained in:
parent
cc79b1136b
commit
e7eb9696e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
/netbox/netbox/configuration.py
|
/netbox/netbox/configuration.py
|
||||||
/netbox/static
|
/netbox/static
|
||||||
.idea
|
.idea
|
||||||
|
/.venv
|
||||||
/*.sh
|
/*.sh
|
||||||
!upgrade.sh
|
!upgrade.sh
|
||||||
fabfile.py
|
fabfile.py
|
||||||
|
Loading…
Reference in New Issue
Block a user