This file contains hidden or 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
| { | |
| "name": "Protect allowed non-default branches", | |
| "target": "branch", | |
| "enforcement": "active", | |
| "conditions": { | |
| "ref_name": { | |
| "exclude": [ | |
| "refs/heads/feat/**/*", | |
| "refs/heads/fix/**/*", | |
| "refs/heads/refactor/**/*", |
This file contains hidden or 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
| // Concentric CSS author: See: https://github.com/brandon-rhodes/Concentric-CSS/ | |
| // Array taken from: https://github.com/setek/vscode-sort-selection-concentrically | |
| [ | |
| 'all', | |
| /* box-sizing */ | |
| /* [content-box|border-box|inherit|initial|unset] ; */ | |
| 'box-sizing', | |
| /* position */ |
This file contains hidden or 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
| ._* | |
| .*.*sw? | |
| .*.sw? | |
| .~lock.* | |
| .apdisk | |
| .AppleDB | |
| .AppleDesktop | |
| .AppleDouble | |
| .bash_history | |
| .cache |