Skip to content

Commit 7eac754

Browse files
Copilotsamtrion
andauthored
feat: Add .gitignore rules to prevent nested .editorconfig files (#195)
* chore: initial plan for .gitignore editorconfig rules * feat: Add .gitignore rules to prevent nested .editorconfig files Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com>
1 parent bad3a06 commit 7eac754

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,7 @@ MigrationBackup/
360360

361361
# Ionide (cross platform F# VS Code tools) working folder
362362
.ionide/
363+
364+
# Prevent nested .editorconfig files - only root .editorconfig should be used
365+
**/.editorconfig
366+
!/.editorconfig

0 commit comments

Comments
 (0)