Skip to content

Commit

Permalink
Merge pull request #2 from evgesha9400/master
Browse files Browse the repository at this point in the history
  • Loading branch information
hcevikdotpy authored Nov 15, 2024
2 parents 4e33620 + 5374281 commit 8f4b55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claude-pyrojects/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def initialize_ignore_file(self):
if not os.path.exists(self.ignore_file):
default_content = ('ignore_folders=[".venv", ".idea", ".vscode"]\n'
'ignore_file_extensions=["pdf", "jpg", "png", "pyc"]\n'
'ignore_name_includes=["claude_pyrojects"]')
'ignore_name_includes=["claude_pyrojects", ".DS_Store"]')
with open(self.ignore_file, 'w') as f:
f.write(default_content)
print(f"{self.ignore_file} created with default values.")
Expand Down

0 comments on commit 8f4b55d

Please sign in to comment.