Skip to content

Commit 3ff8d56

Browse files
committed
build: exclude dist folder from editorconfig
1 parent 8ce74f9 commit 3ff8d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trim_trailing_whitespace = true
1616
indent_size = 2
1717

1818
# Ignore paths
19-
[{docs/css/**,docs/scss/_normalize.scss,**/vendor/**}]
19+
[{docs/css/**,docs/scss/_normalize.scss,**/vendor/**,dist/**}]
2020
charset = unset
2121
end_of_line = unset
2222
insert_final_newline = unset

0 commit comments

Comments
 (0)