elm-bridge/.gitignore
ncaq 3f6cb0603c added: .gitignore created by toptal.com
Because cabal v2-build creates a dist-newstyle and it is depressing that it is being tracked.
2022-05-27 15:10:45 +09:00

63 lines
938 B
Plaintext

# Created by https://www.toptal.com/developers/gitignore/api/haskell,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=haskell,macos
### Haskell ###
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.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