alamin655 commited on
Commit
abbe0b2
1 Parent(s): 5559b77

Create .cspell.json

Browse files
Files changed (1) hide show
  1. .cspell.json +16 -0
.cspell.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ignorePaths": [
3
+ "**/node_modules/**",
4
+ "**/vscode-extension/**",
5
+ "**/.git/**",
6
+ "**/.pnpm-lock.json",
7
+ ".vscode",
8
+ "megalinter",
9
+ "package-lock.json",
10
+ "report"
11
+ ],
12
+ "language": "en",
13
+ "noConfigSearch": true,
14
+ "words": ["megalinter", "oxsecurity"],
15
+ "version": "0.2"
16
+ }