Skip to content

Instantly share code, notes, and snippets.

View RubenSibon's full-sized avatar
🇺🇦
Supporting Ukraine

Ruben Sibon RubenSibon

🇺🇦
Supporting Ukraine
View GitHub Profile
{
"name": "Protect allowed non-default branches",
"target": "branch",
"enforcement": "active",
"conditions": {
"ref_name": {
"exclude": [
"refs/heads/feat/**/*",
"refs/heads/fix/**/*",
"refs/heads/refactor/**/*",
@RubenSibon
RubenSibon / css-properties-in-concentric-order.js
Last active October 26, 2023 09:24
Array with all CSS 3 properties in "Concentric CSS" order.
// 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 */
@RubenSibon
RubenSibon / sync-exclude.lst
Last active October 9, 2022 16:31
List of file and directory patterns to exclude when syncing via OwnCloud derived software (i.e. Nextcloud)
._*
.*.*sw?
.*.sw?
.~lock.*
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.bash_history
.cache