diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-12 07:25:40 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-12 07:25:40 +0200 |
| commit | 6604fba7f44b6016003b6750bb1c57e9c43b7544 (patch) | |
| tree | 3754c36698d28c60446b44b4663316878bf9bd83 /.gitignore | |
| parent | a3354e7f587a8668da8e15f47a95d679aadfa360 (diff) | |
| download | graphql-6604fba7f44b6016003b6750bb1c57e9c43b7544.tar.gz | |
Update stack snapshot to 14.0
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,10 +1,10 @@ +# Stack .stack-work/ +/stack.yaml.lock + +# Cabal +/dist/ +/dist-newstyle/ .cabal-sandbox/ cabal.sandbox.config -dist/ -TAGS -.#* -.DS_Store cabal.project.local -dist-newstyle/ -dist-newstyle/ |
