Deleted reference to core/admin

refs https://github.com/TryGhost/Toolbox/issues/365

- this directory no longer exists because we've brought it into the
  monorepo
This commit is contained in:
Daniel Lockyer 2022-08-03 16:26:29 +02:00
parent b0a776fd25
commit b3d7347e9e
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
2 changed files with 1 additions and 3 deletions

View File

@ -45,7 +45,6 @@ core/server/lib/members/static/auth/node_modules/**
core/built/**/*.map
core/built/**/test-*
core/built/**/tests-*
core/admin/**
test/**
CONTRIBUTING.md
content/themes/casper/SECURITY.md

View File

@ -7,7 +7,6 @@
"moduleResolution": "node"
},
"exclude": [
"core/built",
"core/admin"
"core/built"
]
}