-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove `git-commits` which relied on the **git-extras** package that was removed previously * remove `git-lines` which relied on the **git-extras** package that was removed previously * remove `minikube-install` as it is no longer necessary (for over a year) * add `CODEOWNERS` to ensure PR approvals moving forward for vital components * enable the following settings for the vscode editor to ensure consistency: * trim auto-whitespace * trim trailing whitespace
- Loading branch information
1 parent
6ca9b98
commit d3a9c60
Showing
6 changed files
with
16 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
{ | ||
"search.exclude": { | ||
"**/backup": true | ||
"**/backup": true, | ||
"**/node_modules/**": true | ||
}, | ||
"files.exclude": { | ||
"**/.git": true, | ||
"**/.DS_Store": true, | ||
"**/backup": true | ||
"**/backup": true, | ||
"**/node_modules/**": true | ||
}, | ||
"vsicons.presets.angular": false | ||
"editor.trimAutoWhitespace": true, | ||
"editor.formatOnSave": true, | ||
"files.trimTrailingWhitespace": true | ||
} |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@automotiveMastermind/Administrators | ||
|
||
CODEOWNERS @sjk07 @dmccaffery | ||
|
||
install.sh @sjk07 @dmccaffery | ||
/uname/ @sjk07 @dmccaffery |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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