mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 23:54:44 +02:00
fix eslint
This commit is contained in:
parent
91d8dbd084
commit
d996019204
@ -94,10 +94,11 @@ export default () => {
|
|||||||
{hash.replace(/^#/, '').endsWith('.pelicanignore') && (
|
{hash.replace(/^#/, '').endsWith('.pelicanignore') && (
|
||||||
<div css={tw`mb-4 p-4 border-l-4 bg-neutral-900 rounded border-cyan-400`}>
|
<div css={tw`mb-4 p-4 border-l-4 bg-neutral-900 rounded border-cyan-400`}>
|
||||||
<p css={tw`text-neutral-300 text-sm`}>
|
<p css={tw`text-neutral-300 text-sm`}>
|
||||||
You're editing a <code css={tw`font-mono bg-black rounded py-px px-1`}>.pelicanignore</code>{' '}
|
You're editing a{' '}
|
||||||
file. Any files or directories listed in here will be excluded from backups. Wildcards are
|
<code css={tw`font-mono bg-black rounded py-px px-1`}>.pelicanignore</code> directories listed
|
||||||
supported by using an asterisk (<code css={tw`font-mono bg-black rounded py-px px-1`}>*</code>).
|
in here will be excluded from backups. Wildcards are supported by using an supported by using an
|
||||||
You can negate a prior rule by prepending an exclamation point (
|
asterisk (<code css={tw`font-mono bg-black rounded py-px px-1`}>*</code>). You can negate a
|
||||||
|
prior rule by prepending an exclamation point (
|
||||||
<code css={tw`font-mono bg-black rounded py-px px-1`}>!</code>).
|
<code css={tw`font-mono bg-black rounded py-px px-1`}>!</code>).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user