Closed grmbyrn closed 12 months ago
Hi @grmbyrn I think we should:
site
to .gitignore
..mega-linter.yml
, ...mkdocs.yml
deploy-documentation.yml
and mega-linter.yml
I think the repo should contain only:
I mean, since we are going to install MegaLinter from scratch we should not add any config now. And we have to remove the deploy workflow because we are not using mkdocs anymore.
After merging the new clean basic version we will:
Ok, so I will remove everything from this except what was in the SvelteKit folder and the READ.ME? What do you mean by add site
to .gitignore
? Is this in the repo?
Ok, so I will remove everything from this except what was in the SvelteKit folder and the READ.ME? What do you mean by add
site
to.gitignore
? Is this in the repo?
I had a folder site
in the root folder and I thought it was generated when you run npm run build
. But the new version is using /.svelte-kit
and it's already included in the .gitignore
file so we do not include it in the repo.
Okay, I have removed MegaLinter, mkdocs configuration, and both workflows. I also corrected the READ.ME header image's relative path to prevent the image from breaking.
ACK 86b7ff3120194c191b4e5d2a4cb1537dbc274a44
Issue #68
Remove the old version. Make secure-git-guide-branch the root folder. Update README with info on how to run SvelteKit. Replace old version of linters and gitignore with secure-git-guide-branch's.