Skip to content

Commit 7690108

Browse files
committed
more information about terrain data and add codespell-ignore.txt
1 parent 8c72a9e commit 7690108

4 files changed

Lines changed: 158 additions & 49 deletions

File tree

.codespellrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://github.com/codespell-project/codespell#using-a-config-file
2+
[codespell]
3+
4+
# Comma-separated list of files to skip.
5+
# skip = ./vendor,./.git #,bin,vendor,.git,go.sum,changelog.txt,.cirrus.yml,"RELEASE_NOTES.md,*.xz,*.gz,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go"
6+
7+
ignore-words = codespell-ignore.txt
8+
9+
# Custom dictionary file that contains spelling corrections.
10+
# Run with option '--dictionary=-' to include also default dictionary.
11+
# dictionary = .codespelldict
12+

codespell-ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alos

0 commit comments

Comments
 (0)