mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Corrected regex to ignore shell files in root dir
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
configuration.py
|
configuration.py
|
||||||
.idea
|
.idea
|
||||||
./*.sh
|
/*.sh
|
||||||
fabfile.py
|
fabfile.py
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user