diff options
Diffstat (limited to 'deps/discord-haskell/.gitignore')
| -rw-r--r-- | deps/discord-haskell/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/discord-haskell/.gitignore b/deps/discord-haskell/.gitignore new file mode 100644 index 0000000..90daa99 --- /dev/null +++ b/deps/discord-haskell/.gitignore @@ -0,0 +1,21 @@ +# As a library I won't commit the lock file +stack.yaml.lock + +.cabal-sandbox/* +.stack-work +.stack/* +**/.stack/* +**/.stack-work/* +cabal.sandbox.config +shell.nix +_cache +_site +*.hi +*.o + +cachedState +the-log-of-discord-haskell.txt +examples/*.secret +upload-haddock.sh +dist* + |
