diff options
author | crupest <crupest@outlook.com> | 2022-10-27 20:47:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-10-27 20:47:31 +0800 |
commit | db15382363419ae572f5ee2b7fef37013f665970 (patch) | |
tree | 1e6824ecfa8de9e1271408dafc13020882b6ee88 /FrontEnd/cspell.json | |
parent | 83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf (diff) | |
download | timeline-db15382363419ae572f5ee2b7fef37013f665970.tar.gz timeline-db15382363419ae572f5ee2b7fef37013f665970.tar.bz2 timeline-db15382363419ae572f5ee2b7fef37013f665970.zip |
Fix all errors so far.
Diffstat (limited to 'FrontEnd/cspell.json')
-rw-r--r-- | FrontEnd/cspell.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/cspell.json b/FrontEnd/cspell.json index 3f746df6..2dcec3be 100644 --- a/FrontEnd/cspell.json +++ b/FrontEnd/cspell.json @@ -1,4 +1,4 @@ { "version": "0.2", - "ignorePaths": ["**/node_modules/**", "package-lock.json"] + "ignorePaths": ["**/node_modules/**", "pnpm-lock.yaml"] } |