blog/.gitignore
Dimitri Lozeve 0186a14db3 Transition to Cabal
To build the site executable:

    cabal build

To run it and build the site:

    cabal run site build

Idem for `site watch`, `site clean`, etc.
2022-08-15 16:25:04 +02:00

13 lines
140 B
Text

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