Skip to content

Commit edd80b6

Browse files
committed
v1
1 parent bfcac9a commit edd80b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ __pycache__/
55
*.code-workspace
66
*.exe
77
summary_tree.txt
8-
agentcrafter-codemap.txt
8+
gitingest.txt
99

1010
# C extensions
1111
*.so

generate_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
IGNORED_DIRS = {'.git', '__pycache__', 'venv', '.idea', '.vscode', 'node_modules'}
4-
IGNORED_FILES = {'.DS_Store', 'summary_tree.txt', 'Screenshot.png', 'agentcrafter-codemap.txt'}
4+
IGNORED_FILES = {'.DS_Store', 'summary_tree.txt', 'Screenshot.png', 'gitingest.txt'}
55
IGNORED_EXTENSIONS = {'.exe', '.code-workspace'}
66

77
def generate_tree(path='.', prefix=''):

0 commit comments

Comments
 (0)