File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ version = 1
55watchers = [' files' ]
66
77[files ]
8- include = [" *" ] # files to include in tracking
9- exclude = [] # files to exclude in tracking
10- exclude_files = [" .gitignore" ] # files whose contents will be used to exclude other files from tracking
11- exclude_binary_files = true # whether to ignore binary files
8+ include = [" *" ] # files to include in tracking
9+ exclude = [] # files to exclude in tracking
10+ exclude_files = [
11+ " .gitignore" ,
12+ ] # files whose contents will be used to exclude other files from tracking
13+ exclude_binary_files = true # whether to ignore binary files
1214# language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping
1315
1416[project ]
15- name = " My site" # your project name
17+ name = " My site" # your project name
You can’t perform that action at this time.
0 commit comments