hakyll/.gitignore
Jasper Van der Jeugt e81468e0f6 Initial YAML support
See #225
2016-04-06 14:26:46 +02:00

25 lines
277 B
Text

# Ignore swap files and stack/cabal output.
*.hi
*.o
*.swo
*.swp
*~
.DS_Store
TAGS
dist
tags
cabal.sandbox.config
.cabal-sandbox/
.stack-work
# Ignore test builds.
tests/Main
_cache
_store
_site
# Rest of the file: ignore examples
web/_cache
web/_site
web/site
web/reference