mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16: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/static
|
||||
.idea
|
||||
/.venv
|
||||
/*.sh
|
||||
!upgrade.sh
|
||||
fabfile.py
|
||||
|
Loading…
Reference in New Issue
Block a user