File size: 320 Bytes
f1f433f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# Files for typos
# Instruction:  https://github.com/marketplace/actions/typos-action#getting-started

[default.extend-identifiers]

[default.extend-words]
ba="ba" # 7zコマンドの-baオプション
datas="datas" # PyInstallerの引数

[files]
extend-exclude = ["package-lock.json", "src/store/project.ts", "*.svg"]