diff --git a/.gitignore b/.gitignore index 459f4a5..2ffc83b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,6 @@ .history/ -# VS Code workspace config -.vscode - # For multipart example upload.png diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f93bf52 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,24 @@ +{ + "cSpell.words": [ + "actix", + "apalis", + "askama", + "autoclean", + "autoreload", + "chrono", + "dotenv", + "graphiql", + "minijinja", + "nocapture", + "oneshot", + "pemfile", + "prost", + "protobuf", + "rustls", + "rustup", + "sqlx", + "tera", + "tmpl", + "websockets" + ] +}