Ignore sandbox files #620

This commit is contained in:
Michael Snoyman 2013-11-14 21:10:26 +02:00
parent 11b49dfe9e
commit 089f8f1e12
7 changed files with 13 additions and 1 deletions

View File

@ -12,6 +12,8 @@ config/client_session_key.aes
.hsenv*
cabal-dev/
yesod-devel/
.cabal-sandbox
cabal.sandbox.config
{-# START_FILE Application.hs #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

View File

@ -12,6 +12,8 @@ config/client_session_key.aes
.hsenv*
cabal-dev/
yesod-devel/
.cabal-sandbox
cabal.sandbox.config
{-# START_FILE Application.hs #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

View File

@ -13,6 +13,8 @@ fay/Language/Fay/Yesod.hs
.hsenv*
cabal-dev/
yesod-devel/
.cabal-sandbox
cabal.sandbox.config
{-# START_FILE Application.hs #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

View File

@ -12,6 +12,8 @@ config/client_session_key.aes
.hsenv*
cabal-dev/
yesod-devel/
.cabal-sandbox
cabal.sandbox.config
{-# START_FILE Application.hs #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

View File

@ -12,6 +12,8 @@ config/client_session_key.aes
.hsenv*
cabal-dev/
yesod-devel/
.cabal-sandbox
cabal.sandbox.config
{-# START_FILE Application.hs #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

View File

@ -12,6 +12,8 @@ config/client_session_key.aes
.hsenv*
cabal-dev/
yesod-devel/
.cabal-sandbox
cabal.sandbox.config
{-# START_FILE Application.hs #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

View File

@ -1,5 +1,5 @@
name: yesod-bin
version: 1.2.4
version: 1.2.4.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>