blog/.gitignore
Dimitri Lozeve 343ceabdcd Remove GitHub actions workflow
Now I can deploy manually using Netlify CLI:

    yarn add netlify-cli
    netlify login  # login to Netlify
    netlify link  # link the directory to the site
    # deploy, omit "--prod" if you want to preview
    netlify deploy --dir=_site --prod
2020-11-10 09:13:45 +01:00

12 lines
125 B
Text

*~
.stack-work/
_cache/
bib/auto/
*/ltximg/
_site/
# Netlify CLI and related
.netlify/
package.json
yarn.lock
node_modules/