-
I got:
while running The I've tried add This message show both in dev and in build, but the path Though this has no impact to production, it's still annoying having this show up every time I start a dev server. So how could I exclude the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This isn't an issue with your .gitignore being included. You have some code like this somewhere in your markdown files: <<< @/.gitignore or ```.gitignore
...
``` Make a search for |
Beta Was this translation helpful? Give feedback.
This isn't an issue with your .gitignore being included. You have some code like this somewhere in your markdown files:
or
Make a search for
.gitignore
in your project, you'll find where it's coming from.