elm-bridge/.gitignore

63 lines
938 B
Plaintext
Raw Permalink Normal View History

# Created by https://www.toptal.com/developers/gitignore/api/haskell,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=haskell,macos
### Haskell ###
2015-08-09 19:00:06 +03:00
dist
dist-*
2015-08-09 19:00:06 +03:00
cabal-dev
*.o
*.hi
*.hie
2015-08-09 19:00:06 +03:00
*.chi
*.chs.h
2015-08-09 23:46:02 +03:00
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### macOS Patch ###
# iCloud generated files
*.icloud
# End of https://www.toptal.com/developers/gitignore/api/haskell,macos