Add a `.cspell.json` file in the root dir: ```json { "version": "0.2", "language": "en", "ignorePaths": [ ".vscode", "**/.git/**", "**/vscode-extension/**", "megalinter" ], "words": [ ] } ``` Same as we did for the tracker here: https://github.com/torrust/torrust-tracker/issues/111
Add a
.cspell.jsonfile in the root dir:{ "version": "0.2", "language": "en", "ignorePaths": [ ".vscode", "**/.git/**", "**/vscode-extension/**", "megalinter" ], "words": [ ] }Same as we did for the tracker here: torrust/torrust-tracker#111