mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 15:39:43 +00:00
fix neg ignore
This commit is contained in:
@@ -55,6 +55,9 @@ class Importer:
|
||||
|
||||
# patch ignore patterns
|
||||
for ign in ignore:
|
||||
if ign.startswith('!'):
|
||||
self.ignore.append(ign)
|
||||
continue
|
||||
if ign.startswith('*/'):
|
||||
self.ignore.append(ign)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user