-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore .editorconfig file included in the .csharpierignore file (#1030)
* Ignore .editorconfig files in .csharpierignore Ignore .editorconfig files in .csharpierignore Ignore .editorconfig files in .csharpierignore * format files --------- Co-authored-by: Lasath Fernando <devel@lasath.org> Co-authored-by: bela.vandervoort <bela.vandervoort@optimizely.com> Co-authored-by: Bela VanderVoort <twobitbela@gmail.com>
- Loading branch information
1 parent
4df56a7
commit 82dadf4
Showing
4 changed files
with
59 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using System.IO.Abstractions; | ||
using Microsoft.Extensions.Logging; | ||
|
||
namespace CSharpier.Cli; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters