Skip to content

Commit

Permalink
edited readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dryruffian committed Jul 27, 2024
1 parent 124c8f0 commit d2be736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pathspec
import shutil

# Default ignore patterns
DEFAULT_IGNORE_PATTERNS = [
'.git', '.gitignore', '.gitattributes', '.gitmodules',
'__pycache__', '*.pyc', '*.pyo', '*.pyd',
Expand All @@ -15,7 +14,8 @@
'.vscode', '.idea', '*.swp',
'*.class', '*.o', '*.so',
'*.log',
'*~', '*.bak', '*.tmp','.env','build','package-lock.json','package.json'
'*~', '*.bak', '*.tmp','.env','build','package-lock.json',
'package.json'
]

def extract_file(file_path, extract_dir):
Expand Down

0 comments on commit d2be736

Please sign in to comment.