Initial Commit
This commit is contained in:
commit
d545e3b85f
15 changed files with 148 additions and 0 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Ignore swap files and stack/cabal output.
|
||||
*.hi
|
||||
*.o
|
||||
*.swo
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
TAGS
|
||||
dist
|
||||
tags
|
||||
cabal.sandbox.config
|
||||
.cabal-sandbox/
|
||||
.stack-work
|
||||
dist
|
||||
dist-*
|
||||
.ghc.environment.*
|
||||
|
||||
# Ignore test builds.
|
||||
tests/Main
|
||||
_cache
|
||||
_store
|
||||
_site
|
||||
|
||||
# Rest of the file: ignore examples
|
||||
web/_cache
|
||||
web/_site
|
||||
web/site
|
||||
web/reference
|
||||
|
||||
# This is generated from the CHANGELOG
|
||||
web/releases.markdown
|
Loading…
Add table
Add a link
Reference in a new issue