Skip to content

Commit 5ba0b09

Browse files
authored
Add new paths to .gitignore for local and script exclusions (#20)
Updated .gitignore files to ignore `settings.local.json` and specific script paths. This prevents unintended tracking of local configurations and temporary files.
1 parent 6585b13 commit 5ba0b09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ db.sqlite3
1818
.idea
1919
.coverage
2020
/django_input_collection.egg-info/
21+
/.claude/settings.local.json

0 commit comments

Comments
 (0)