Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ next-env.d.ts
# We ignore the generated file as it should always be generated
public/changelog.rss

# script output
/logs

# env file
.env

Expand All @@ -57,4 +54,5 @@ public/changelog.rss

public/technical-changelog.rss

# script output
logs/
16 changes: 8 additions & 8 deletions cspell-allow-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,9 @@ VXNlcjox
# Base64-encoded GraphQL ID "SearchJob:1"
U2VhcmNoSm9iOjY5

# base64 for `RegistryExtension:` in synced / generated file `docs/cli/references/extensions/delete.mdx`
# The twist is that the command it documents doesn't exist anymore
# TODO: Delete docs for commands which no longer exist
# TODO: Remove after merging
UmVnaXN0cnlFeHRlbnNpb246

# Fragments of truncated shell output in examples
actr
autol
eror # TODO: Remove after merging 1884
functio # TODO: Remove after merging 1885
ified
mtok
pousr
Expand Down Expand Up @@ -188,6 +180,7 @@ dumpall
eastus
eksctl
ELEC
elif
emailaddress
encrypter
Enry
Expand Down Expand Up @@ -345,6 +338,7 @@ myteam
myvalue
nameid
nameopt
navigations
NETRC
nodeport
noeviction
Expand Down Expand Up @@ -395,6 +389,7 @@ pgbouncer
pgcrypto
PGDATABASE
PGDATASOURCE
pgdump
PGHOST
PGPASSWORD
PGPORT
Expand All @@ -412,6 +407,7 @@ pooler
PREEMPTIBLE
preg
premade
prerendered
Príncipe
privkey
projectname
Expand Down Expand Up @@ -479,6 +475,7 @@ showcerts
SIEM
sigalg
SLES
slurpfile
Snek
snekpm
somerandom
Expand All @@ -498,6 +495,7 @@ standardly
starcoder
Starlark
startedat
startswith
statefulsets
stepscontainer
stepsenv
Expand Down Expand Up @@ -582,13 +580,15 @@ vegeta
vercel
Verilog
VHDL
Viktor
vscodesourcegraph
waitlist
Weaveworks
winsize
workspacesin
workspacesonlyfetchworkspace
workspacesrootatlocationof
worktree
XGET
xlarge
yourorgname
Expand Down
Loading