🙈 Add cspell to gitignore
This commit is contained in:
parent
3ac2874912
commit
fe7d65ddb8
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.vscode
|
.vscode
|
||||||
|
!.vscode/settings.json
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
|
|
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"affero",
|
||||||
|
"agpl",
|
||||||
|
"jedipedia"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue