mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Corrected regex to ignore shell files in root dir
This commit is contained in:
parent
df01947c9e
commit
9aa0972a8c
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