Skip to content

Commit 0723894

Browse files
committed
Add operations competencies
These were copied directly from the Operations progression website: https://operations-progression.ft.com/competencies/ This allows Operations to benefit from: * Not having to maintain a repo themselves, so they'll get dependency updates etc * Having an auto-updated tracking spreadsheet * Getting any further progression updates for free
1 parent 34db692 commit 0723894

File tree

2 files changed

+858
-1
lines changed

2 files changed

+858
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"ignore": ["**/package.json", "**/package-lock.json", "dist", "vendor"]
4+
"ignore": ["**/package.json", "**/package-lock.json", "dist", "site/_data", "vendor"]
55
},
66
"formatter": {
77
"indentStyle": "tab",

0 commit comments

Comments
 (0)