diff --git a/resources/scripts/components/server/files/FileEditContainer.tsx b/resources/scripts/components/server/files/FileEditContainer.tsx index 117412698..83a3dde66 100644 --- a/resources/scripts/components/server/files/FileEditContainer.tsx +++ b/resources/scripts/components/server/files/FileEditContainer.tsx @@ -94,10 +94,11 @@ export default () => { {hash.replace(/^#/, '').endsWith('.pelicanignore') && (
- You're editing a .pelicanignore
{' '}
- file. Any files or directories listed in here will be excluded from backups. Wildcards are
- supported by using an asterisk (*
).
- You can negate a prior rule by prepending an exclamation point (
+ You're editing a{' '}
+ .pelicanignore
directories listed
+ in here will be excluded from backups. Wildcards are supported by using an supported by using an
+ asterisk (*
). You can negate a
+ prior rule by prepending an exclamation point (
!
).