Corrected regex to ignore shell files in root dir
This commit is contained in:
parent
df01947c9e
commit
9aa0972a8c
|
|
@ -1,6 +1,6 @@
|
|||
*.pyc
|
||||
configuration.py
|
||||
.idea
|
||||
./*.sh
|
||||
/*.sh
|
||||
fabfile.py
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue