prevent generated files from being prettiered (#49061)

This commit is contained in:
Josh Hunt
2022-05-17 03:01:07 -07:00
committed by GitHub
parent a59200fac4
commit 18cbea84b1
3 changed files with 22 additions and 4 deletions

View File

@@ -21,3 +21,7 @@ vendor
# Auto-generated localisation files
public/locales/_build/
public/locales/**/*.js
# Auto-generated theme files
theme.light.generated.json
theme.dark.generated.json

View File

@@ -102,7 +102,14 @@
"xl": 1200,
"xxl": 1440
},
"keys": ["xs", "sm", "md", "lg", "xl", "xxl"],
"keys": [
"xs",
"sm",
"md",
"lg",
"xl",
"xxl"
],
"unit": "px"
},
"shape": {},
@@ -949,4 +956,4 @@
]
}
}
}
}

View File

@@ -102,7 +102,14 @@
"xl": 1200,
"xxl": 1440
},
"keys": ["xs", "sm", "md", "lg", "xl", "xxl"],
"keys": [
"xs",
"sm",
"md",
"lg",
"xl",
"xxl"
],
"unit": "px"
},
"shape": {},
@@ -949,4 +956,4 @@
]
}
}
}
}