mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
Merge pull request #25 from TheGhulam/main
chore: Added package-lock.json to ignore-content in default settings
This commit is contained in:
commit
58b4b23eae
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ def create_default_settings_file() -> None:
|
||||||
ignore-content:
|
ignore-content:
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- "LICENSE"
|
- "LICENSE"
|
||||||
|
- "package-lock.json"
|
||||||
""")
|
""")
|
||||||
with open('.repo-to-text-settings.yaml', 'w', encoding='utf-8') as f:
|
with open('.repo-to-text-settings.yaml', 'w', encoding='utf-8') as f:
|
||||||
f.write(default_settings)
|
f.write(default_settings)
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ ignore-tree-and-content:
|
||||||
- ".repo-to-text-settings.yaml"
|
- ".repo-to-text-settings.yaml"
|
||||||
ignore-content:
|
ignore-content:
|
||||||
- "README.md"
|
- "README.md"
|
||||||
|
- "package-lock.json"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue