forked from Arrow-air/project-quiver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cspell.config.yaml
More file actions
82 lines (81 loc) · 1.5 KB
/
Copy path.cspell.config.yaml
File metadata and controls
82 lines (81 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
## DO NOT EDIT!
# This file was provisioned by Terraform
# File origin: https://github.com/Arrow-air/tf-github/tree/main/src/templates/all/.cspell.config.yaml
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: "0.2"
language: "en"
dictionaryDefinitions:
- name: project-words
path: "./.cspell.project-words.txt"
addWords: true
dictionaries: ["project-words"]
ignoreRegExp:
- '\..*'
ignorePaths:
- "node_modules"
- "build"
- "**/constraints.txt"
- "**/*.3dshapes"
- "**/*.abin"
- "**/*.apj"
- "**/*.brd"
- "**/*.csv"
- "**/*.db"
- "**/*.drl"
- "**/*.dxf"
- "**/*.elibz"
- "**/*.gba"
- "**/*.gbr"
- "**/*.gbl"
- "**/*.gbo"
- "**/*.gbp"
- "**/*.gbs"
- "**/*.gko"
- "**/*.gml"
- "**/*.gm1"
- "**/*.gpi"
- "**/*.gtl"
- "**/*.gto"
- "**/*.gtp"
- "**/*.gts"
- "**/*.gta"
- "**/*.html"
- "**/*.ini"
- "**/*.ipc"
- "**/*.jfif"
- "**/*.jpg"
- "**/*.jpeg"
- "**/*.kicad_pcb"
- "**/*.kicad_prl"
- "**/*.kicad_pro"
- "**/*.kicad_sch"
- "**/*.lib"
- "**/*.lck"
- "**/*.litematic"
- "**/*.net"
- "**/*.numbers"
- "**/*.param"
- "**/*.pdf"
- "**/*.png"
- "**/*.rpt"
- "**/*.sch"
- "**/*.step"
- "**/*.stl"
- "**/*.wrl"
- "**/*.xls"
- "**/*.xlsx"
- "**/*.zip"
- "**/fp-lib-table"
- "**/fp-*.tmp"
- "**/fp-info-cache"
- "**/sym-lib-table"
- "*.css"
- "*.svg"
- "*/**Makefile"
- "target"
- "logs"
- "out"
- "coverage"
- "src/*.plan"
noConfigSearch: true