🙈 Add cspell to gitignore

This commit is contained in:
C-3PO 2018-10-25 06:47:40 +02:00
parent 3ac2874912
commit fe7d65ddb8
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.vscode .vscode
!.vscode/settings.json
dist dist
node_modules node_modules

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"cSpell.words": [
"affero",
"agpl",
"jedipedia"
]
}