Skip to content

Commit

Permalink
chore: remove extraneous from top-level
Browse files Browse the repository at this point in the history
- removed .npmignore and .yarnignore
- moved cspell dictionaries to `spell/` directory

Fixes #1440
  • Loading branch information
i582 committed Jan 23, 2025
1 parent 19f4ab3 commit 55ff3eb
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 132 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

1 change: 0 additions & 1 deletion .yarnignore

This file was deleted.

137 changes: 7 additions & 130 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,143 +3,20 @@
"version": "0.2",
"language": "en",
"dictionaryDefinitions": [
{
"name": "main-list",
"path": "./spell/cspell-list.txt"
},
{
"name": "fift-words",
"path": "./cspell-fift-words-adjusted.txt"
"path": "./spell/cspell-fift-words-adjusted.txt"
},
{
"name": "tvm-instructions",
"path": "./cspell-tvm-instructions.txt"
"path": "./spell/cspell-tvm-instructions.txt"
}
],
"dictionaries": ["fift-words", "tvm-instructions"],
"words": [
"alnum",
"assgn",
"augmentedassign",
"basechain",
"bitcode",
"bitstring",
"blockstore",
"bounceable",
"Brujin",
"cleanall",
"codegen",
"compilables",
"Compilables",
"comptime",
"Daniil",
"decompilation",
"decompile",
"Decompiled",
"decompiler",
"decompiles",
"decompiling",
"dentry",
"Descr",
"disasm",
"divmod",
"dnsresolve",
"Domínguez",
"elseifnot",
"forall",
"formedness",
"frontmatter",
"funcfiftlib",
"funcid",
"funs",
"Georgiy",
"getsimpleforwardfee",
"gettest",
"Héctor",
"heisenbugs",
"infixl",
"infixr",
"initof",
"Ints",
"ipfs",
"ipld",
"Jesús",
"jettons",
"jsxdev",
"keccak",
"knip",
"Komarov",
"Korshakov",
"Laika",
"langle",
"langtools",
"Liskov",
"lparen",
"lvalue",
"lvalues",
"masterchain",
"maxint",
"Merkle",
"minmax",
"mintable",
"mktemp",
"multiformats",
"nanotons",
"Neovim",
"nocheck",
"noexcept",
"nonterminal",
"Nonterminal",
"Novus",
"Offchain",
"Parens",
"pgen",
"pinst",
"POSIX",
"postpack",
"prando",
"rangle",
"rawslice",
"renamer",
"replaceget",
"rparen",
"rugpull",
"rugpulled",
"Sánchez",
"sctx",
"Sedov",
"seqno",
"shiki",
"Stateinit",
"stdlib",
"stmts",
"Ston",
"storer",
"struct",
"structs",
"styleguide",
"subtyping",
"supertypes",
"Tarjan",
"testdata",
"Toncoin",
"Toncoins",
"tonstudio",
"Topup",
"Trunov",
"typechecker",
"uintptr",
"uints",
"unboc",
"uninit",
"unixfs",
"untypable",
"varint",
"varuint",
"viiii",
"varint",
"storer",
"Ints",
"workchain",
"xffff",
"привет"
],
"dictionaries": ["main-list", "fift-words", "tvm-instructions"],
"ignoreRegExpList": [
"\\b[xB]\\{[a-fA-F0-9]*_?\\}", // binary literals in Fift-asm
"\\b0[xX][a-fA-F0-9_]*\\b", // hexadecimal numbers
Expand Down
File renamed without changes.
125 changes: 125 additions & 0 deletions spell/cspell-list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
alnum
assgn
augmentedassign
basechain
bitcode
bitstring
blockstore
bounceable
Brujin
cleanall
codegen
compilables
Compilables
comptime
Daniil
decompilation
decompile
Decompiled
decompiler
decompiles
decompiling
dentry
Descr
disasm
divmod
dnsresolve
Domínguez
elseifnot
forall
formedness
frontmatter
funcfiftlib
funcid
funs
Georgiy
getsimpleforwardfee
gettest
Héctor
heisenbugs
infixl
infixr
initof
Ints
ipfs
ipld
Jesús
jettons
jsxdev
keccak
knip
Komarov
Korshakov
Laika
langle
langtools
Liskov
lparen
lvalue
lvalues
masterchain
maxint
Merkle
minmax
mintable
mktemp
multiformats
nanotons
Neovim
nocheck
noexcept
nonterminal
Nonterminal
Novus
Offchain
Parens
pgen
pinst
POSIX
postpack
prando
rangle
rawslice
renamer
replaceget
rparen
rugpull
rugpulled
Sánchez
sctx
Sedov
seqno
shiki
Stateinit
stdlib
stmts
Ston
storer
struct
structs
styleguide
subtyping
supertypes
Tarjan
testdata
Toncoin
Toncoins
tonstudio
Topup
Trunov
typechecker
uintptr
uints
unboc
uninit
unixfs
untypable
varint
varuint
viiii
varint
storer
Ints
workchain
xffff
привет
File renamed without changes.

0 comments on commit 55ff3eb

Please sign in to comment.