mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Corrected regex to ignore shell files in root dir
This commit is contained in:
parent
ffdde65df8
commit
fba645fcaa
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
configuration.py
|
configuration.py
|
||||||
.idea
|
.idea
|
||||||
./*.sh
|
/*.sh
|
||||||
fabfile.py
|
fabfile.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user