Skip to content

Commit a161507

Browse files
committed
.editorconfig: Changed the websites rule to only exclude the _site directories (the generated files)
1 parent e7b3722 commit a161507

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.editorconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,14 +580,13 @@ insert_final_newline = unset
580580
resharper_enforce_empty_line_at_end_of_file = false
581581
indent_style = unset
582582

583-
# For now, exclude entire websites directory (maybe we can fix these later)
584-
[**/websites/**]
583+
# Exclude the generated static website files
584+
[**/websites/**/_site/**]
585585
trim_trailing_whitespace = unset
586586
insert_final_newline = unset
587587
resharper_enforce_empty_line_at_end_of_file = false
588588
indent_style = unset
589589

590-
591590
# Exclude .zip files
592591
[**/*.zip]
593592
trim_trailing_whitespace = unset

0 commit comments

Comments
 (0)