Skip to content

Commit

Permalink
chore: exclude .editorconfig file by default
Browse files Browse the repository at this point in the history
Well known editor config file recognised by most IDEs and text editors

https://editorconfig.org/
  • Loading branch information
Djaytan authored and hazendaz committed Nov 22, 2023
1 parent f390742 commit 5990c04
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ private Default() {
"**/*.stg",

// Explicit Folder to Entirely Ignore
"**/unlicensed/**"
"**/unlicensed/**",

// EditorConfig
"**/.editorconfig"
};

}

0 comments on commit 5990c04

Please sign in to comment.