Skip to content

Commit bddb2e7

Browse files
committed
don't check in generated files
1 parent 9189a66 commit bddb2e7

File tree

8 files changed

+28
-1207
lines changed

8 files changed

+28
-1207
lines changed

.cspell.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"addWords": true
1717
},
1818
{
19-
"name": "root-lockfile-words",
20-
"path": "./.cspell/root-lockfile-words.txt",
19+
"name": "lockfile-words-root",
20+
"path": "./.cspell/generated-lockfile-words-root.txt",
2121
"addWords": false
2222
},
2323
{
24-
"name": "site-lockfile-words",
25-
"path": "./.cspell/site-lockfile-words.txt",
24+
"name": "lockfile-words-site",
25+
"path": "./.cspell/generated-lockfile-words-site.txt",
2626
"addWords": false
2727
}
2828
],
2929
"dictionaries": [
3030
"project-words",
31-
"root-lockfile-words",
32-
"site-lockfile-words"
31+
"lockfile-words-root",
32+
"lockfile-words-site"
3333
]
3434
}

.cspell/project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ Sidekiq
3333
solargraph
3434
ssns
3535
testtask
36+
wordlists
3637
xorshift
3738
yardoc

.cspell/root-lockfile-words.txt

Lines changed: 0 additions & 322 deletions
This file was deleted.

0 commit comments

Comments
 (0)