Skip to content

Commit fd26529

Browse files
committed
chore: update gitignore and spell check dictionary
Changes: - .gitignore: Changed bare 'temp' to '/temp/' to only ignore top-level temp directory - docs/dictionary/custom_wordlist.txt: Added 'AccountBatchCloneStep' to spell check dictionary
1 parent ea868e8 commit fd26529

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,7 @@ dmypy.json
142142
# git worktrees
143143
worktrees
144144

145+
/temp/
146+
145147
# Exceptions
146148
!**/**/.gitkeep

docs/dictionary/custom_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ instantiation
3333
isize
3434
json
3535
https
36+
localhost
3637
monotypes
3738
Monotypes
3839
natively

0 commit comments

Comments
 (0)